View Single Post
  #21  
Old 02-08-2016, 02:05
Prince4 Prince4 is offline
Registered User
 
Join Date: Mar 2015
Location: India->Delhi->Rohini
Posts: 121
Thanks: 109
Thanked 19 Times in 15 Posts
Prince4 is on a distinguished road
Quote:
Originally Posted by SAM2712 View Post
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)
__________________
Who's Got Time To Play Games? Huh??
Reply With Quote
The Following User Says Thank You to Prince4 For This Useful Post:
SAM2712 (02-08-2016)