Collections of scripts from scripting way too much
Friday, April 13, 2012
Shutdown Tools
VBS Script
Save as: Shutdown tools.vbs
dim ss,sc
ss=inputbox("Enter numbers of seconds before shutdown (0-315359999):", "Input Shutdown")
set shl=createobject("wscript.shell")
shl.Run "shutdown -s -f -t " & ss
wscript.quit
No comments:
Post a Comment