W
WILDPACKET
Guest
I am having a problem with this bat file.
schtasks /create /RU system /SC MONTHLY /MO first /D TUE /ST 01:30:00 /TN
Reboot_PC /TR "shutdown -r -f -t 60 -c "IT is shutting down your computer""
The above creates a scheduled task and runs once a month at the specified
time.
If I add the comments like thi
ITISSHUTTINGDOWNYOURCOMPUTER is works.
I want to add spaces.
Advise Please. Thanks
schtasks /create /RU system /SC MONTHLY /MO first /D TUE /ST 01:30:00 /TN
Reboot_PC /TR "shutdown -r -f -t 60 -c "IT is shutting down your computer""
The above creates a scheduled task and runs once a month at the specified
time.
If I add the comments like thi
ITISSHUTTINGDOWNYOURCOMPUTER is works.
I want to add spaces.
Advise Please. Thanks