Batch File Questions

  • Thread starter Thread starter Lushington
  • Start date Start date
The date and time was Wednesday, July 01, 2009 4:02:37 PM, and on a
whim, Tim Meddick pounded out on the keyboard:
I am talking about the TITLE command in cmd.exe not setting the 'title'
in a 'start' command.

It does work.

first line in a batch file :

@echo off
TITLE Tim's Command Prompt
echo.
echo The rest of your batch-stuff...
echo.
pause

I use it ALL THE TIME....

==

Cheers, Tim Meddick, Peckham, London. :-)

We're not. Specifically we're talking about the start command line you
provided. Don't care about the "TITLE".


Terry R.
 
Nevertheless, the only reason for my second reply (see the third post by
the OP) to this thread, *was* the title command.

I was merely attempting to let the OP know of the existence of the TITLE
command in preference to adding it in with the 'start' command...

==

Cheers, Tim Meddick, Peckham, London. :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top