Re: Please Post known DOS secret commands to you
^^ and start /wait waits till the previous command is executed. Useful if you run programs after one another. I use it in a batch file to install all drivers for my pc in a single batch file.
eg:
start /wait abc.exe
start /wait pqr.exe
abc is run, and only after it exits completely, pqr is run.
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
|