05-28-2012, 10:55 PM
A whole script for shutting down? That doesn't sound professional xD
Use "shutdown /s" command instead. See "shutdown /?" for more options.
You're always welcome! : )
Use "shutdown /s" command instead. See "shutdown /?" for more options.
Code:
IF EXIST "Found.txt" shutdown /s
You're always welcome! : )