| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

SetUpCronOnCygwin

Page history last edited by David B 14 years, 3 months ago

How to set up cron on cygwin

 

 

Better Way

 

source: http://csc.csudh.edu/kleyba/cygwin-cron.pdf

 

backup: http://tinypig.pbworks.com/f/cygwin-cron.pdf

 

 

Old Way

 

  • Install cron package
  • Install cygrunsrv package
  • Then, at a bash prompt:

 

 

cygrunsrv -I "cron" -p /usr/sbin/cron -a '-D' -e "CYGWIN=ntsec"
cygrunsrv --start "cron"

 

  • If you want to see programs start on your desktop, don't forget to turn on:
    • Start->Settings->Control Panel->Administrative Tools->Services->Cygwin cron->Properties->General tab->Allow service to interact with desktop

Comments (0)

You don't have permission to comment on this page.