Answers for "crontab in windows"

1

cron crontab

# Adding tasks easily
echo "@reboot echo hi" | crontab

# Open in editor
crontab -e

# List tasks
crontab -l [-u user]
Posted by: Guest on November-18-2021
0

run crontab locally in windows

reference site that will help: 
https://stackoverflow.com/questions/24035090/run-cron-job-on-php-script-on-localhost-in-windows
Posted by: Guest on December-11-2020

Browse Popular Code Answers by Language