vbs0cmd
-
Total Posts
:
15
- Scores: 0
-
Reward points
:
0
- Joined: 8/8/2009
-
Status: offline
|
shutdown.vbs
Saturday, August 08, 2009 11:21 AM
( permalink)
Original message moved by ebgreen Reason : Moved to proper forum
x = msgbox("shutdown computer?",4) set shell = createobject("wscript.shell") if x = ("6") then shell.run "shutdown -f -p" end if wscript.quit
|
|
|
|