BAT file - easy question

J

Joe

i have a bat that runs during start up on windows 98
machines. it adds routes. it works fine, but after the
routes are run, the command prompt window is still
showing on the screen and to finish you have to exit it.
does anyone know what command can close that window? or
how to make the script entirely invisible? thanks
 
J

Joe

thats what i thought too. but when you do exit, all that
happens is the command prompt titlebar says Finished -
test.bat and doesnt close.
 
F

Fred

Joe,

Create a shortcut to the bat file and then set the properties of the
shortcut to run minimized. Run only the shortcut from the startup menu.

Fred
 
B

Bob Willard

Joe said:
thats what i thought too. but when you do exit, all that
happens is the command prompt titlebar says Finished -
test.bat and doesnt close.

Right-click on the .BAT, then click on Properties, then click on
the Program tab, then click the "Close on Exit" box.
 

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

Top