need help on setting custom window title

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
anandnld
Posts: 1
Joined: 03 Apr 2015 01:14

need help on setting custom window title

#1 Post by anandnld » 03 Apr 2015 01:23

Need to open pptx in PowerPoint Viewer using batch file, next need to change the opened pptx window title to custom title.
But when I tried to set title through "START" command in cmd, command prompt window title getting changed instead of PowerPoint viewer window. If any one have idea please help me out.

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: need help on setting custom window title

#2 Post by foxidrive » 03 Apr 2015 18:45

anandnld wrote:command prompt window title getting changed instead of PowerPoint viewer window.


It's not a common thing to want to change the title of a program window - only a cmd window - and that is what the title command and the window title field in the start command is for.

Post Reply