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

Reply via email to