02-06-2018, 10:33 PM
Meh, I'm so sorry. I guess you're using Linux but you're using Windows.
I got this:
I got this:
Quote:The windows equivalent to a cron job is a scheduled task.https://stackoverflow.com/questions/1329...on-of-cron
An example:
Code: (Select All)schtasks /create /tn calculate /tr calc /sc weekly /d MON /st 06:05 /ru "System"
Creates the task calculate, which starts the calculator(calc) every monday at 6:05 (should you ever need that.)
All available commands can be found here: http://technet.microsoft.com/en-us/libra...10%29.aspx