Quote:
Originally Posted by SAM2712
Hi Gozarck !
I need to know, how to give time (next compression starts in 5.4.3.2.1 like this) between next compression start in batch file and atlast automatically shutdown pc option after compression completed 
|
You can use Timeout /T %TIME% for delays in compression and Shutdown /T %TIME% for shutting down your PC after compression finishes..
And yeah you do not need to add %TIME% instead you need to add numbers in seconds Like :
Timeout /T 5 (Continue after 5 Seconds)
Shutdown /T 10 (Shutdown after 10 Seconds)