i don't want it to pause at the end of the script, i
simply want it to close. i don't want a user to be able
to close the command prompt window WHILE the batch is
running, when the batch completes, i WANT the window to
close. in my particular case, i am running the batch
from a login script, it will run for several minutes, i
don't want a user to be able to close it.
stewart
>-----Original Message-----
>"stewart" <(E-Mail Removed)> wrote:
>
>>anybody know how to disable closing the command prompt
>>window (like during execution of a batch (*.bat) script
>>file)??
>
>Simple way: put
>PAUSE
>at the end of the batch file.
>
>--
>(tm)
>.
>
|