View Single Post
Old November 22nd, 2002, 02:44 PM     #8 (permalink)
OuTpaTienT
nuisance since 1968
 
OuTpaTienT's Avatar
 
Join Date: Oct 2001
Location: ɐqɟs
Posts: 10,457
Putting 'exit' as the last line of the batch should indeed work. If it doesn't try 'cls' right before the 'exit'. So your last two lines of the batch file should be:

cls
exit


Make sure you have a carriage return after exit.
__________________
OIC 0utpatient.com

Last edited by OuTpaTienT : November 22nd, 2002 at 02:46 PM.
OuTpaTienT is offline   Reply With Quote