I am running a batch file from AREV and would like to be
able to have the dos window close after it runs without
having to press enter. I have done this before but can't
remember how.
Thanks.
Just check the "Close on exit" box that appear on the Program tab of the shortcut Properties dialog.
Don's advice is sound. You may also need to add the "exit" command at the end of the batch file itself.
Steve
Don's advice is sound. You may also need to add the "exit" command at the end of the batch file itself.
Steve
if you mean that you are doing a "PC" command from the command window well for example…
PC DIR
you can add the "EXIT" word and it will definately automatically return back to revelation.
like this…
PC EXIT DIR
no prompting when you add the "EXIT" right after the "PC".