I am attempting to run a script that will use the shutdown command to reboot my system once a week. I am getting an expected end of statement error...
here is the line with the error
strShutdown = "shutdown /l /r /y /t:14400 /c" "This is a test of the Shutdown system."
The test in the statement must be in qoutes and i think thats were my problem is but i cant figure out the syntax.
here is the line with the error
strShutdown = "shutdown /l /r /y /t:14400 /c" "This is a test of the Shutdown system."
The test in the statement must be in qoutes and i think thats were my problem is but i cant figure out the syntax.