This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Automating a Cygwin Script From Windows


jprice wrote:
I need to run a cygwin script directly via windows, probably via dos prompt or some other comparable method. This method needs to be automated and kicked off in Windows at certain times, so executing Cygwin, then manually typing in the script to run in the Cygwin prompt is out of the question.
If you merely need to run an executable periodically (IOW at a predetermined time/interval) then why not stay in the Cygwin environment and use cron(1). Just set up cron and then add a cron job to execute you script.
--
Andrew DeFaria <http://defaria.com>
Old dog still learning - please don't shoot yet



-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]