Computing.Net > Forums > Disk Operating System > Batch File Window Title

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Batch File Window Title

Reply to Message Icon

Name: S A
Date: October 30, 2003 at 10:12:57 Pacific
OS: XP
CPU/Ram: P4/1.5GB
Comment:

What syntax do you use to change the title bar that displays when the batch file opens?



Sponsored Link
Ads by Google

Response Number 1
Name: JackG
Date: October 30, 2003 at 12:34:32 Pacific
Reply:

You would have to write a program that runs and issues Windows API commands that change the title bar message.


0

Response Number 2
Name: IVO
Date: October 31, 2003 at 01:53:05 Pacific
Reply:

If you use the Start command to run your batch then

Start "Windows Title" Batch_Name

Where "Windows Title" has to be substituted with your desidered title.
If you use a shortcut to run the batch then set the appropriate box in Properties.


0

Response Number 3
Name: bob cat
Date: November 12, 2003 at 07:36:19 Pacific
Reply:

Or you could just use the title dos command.

EG: TITLE put_new_title_here

should be run as the first line of your batch file.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Batch File Window Title

DOS Batch Program Window Title www.computing.net/answers/dos/dos-batch-program-window-title/7056.html

batch file window keeps closing www.computing.net/answers/dos/batch-file-window-keeps-closing-/12753.html

Closing Window after Batch file is complete www.computing.net/answers/dos/closing-window-after-batch-file-is-complete/1778.html