On Thu, 19 Jun 2008 13:36:27 -0700, "Gary Kuznitz" <
docfxit@...>
wrote:
>I have a small problem that I would like to solve. I have a bat file that has
>this line in it:
>Start "" /belownormal /wait C:\Batch\CleanTemp.bat
>
>The original bat file opens a cmd window that stays open. (That's good)
>The line opens another cmd window and it runs. When it's done running I have
>to close the second window for the first window to continue.
Add an EXIT command as the last command in the batch file.
>I would like to either run the line in the first window so it will continue
>when it finishes or find a way to close the second window automatically when it
>finishes.