does tcc have a task sceduler

Jul 11, 2017
9
0
Wanting to run a batch command every morning at 5 am. Is there a take command for scheduling tasks or do i need to do it from the windows 10 task scheduler?
 
If you're not already aware of it: Windows includes a command line utility SCHTASKS, usable from CMD.EXE or TCC. Try SCHTASKS /CREATE /? for information on creating new scheduled tasks.

I don't recall off the top of my heat, but it might require an elevated shell.
 

Similar threads