Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scripts

Status
Not open for further replies.

therowguy

MIS
Joined
Aug 19, 2002
Messages
28
Location
US
I wanted to create a few batch files to auto-start numerous programs. I can't rememer some of the commands i need to customize these scripts to my liking. Does anyone know of any good websites that I could check out? Also, Does anyone know the command to close the command window after the batch is run? Thanks.
 
I think that CLS as the last command will close the window in XP. I know that it will work with 9x
 
I'm using 2K. I haven't yet had a chance to check that site, but thank you.
 
To close a batch file, add the following to the end:

CLS
EXIT


This works on 98, ME, NT and 2K.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top