I am writing batch script to automate the product testing. After product finished installation, I need to force computer NOT to restart. Is there any way to do that with batch script? Thank for reading
Asked
Active
Viewed 93 times
0
-
If the restart is because of an installation, then failing to restart will fail to properly install the application. – John Saunders Apr 18 '13 at 02:44
-
This belongs to the install tool and can't be handled by batch! – Endoro Apr 18 '13 at 04:24