I use at on NT to run .bat files
Example for vacuum analyse:
I first use at to run va.bat
va.bat:
        c:\cygwin\bin\bash --login -i /va.sh
va.sh:
        vacuumdb -a -z >/dev/null 2>&1 </dev/null
Hope this helps,
- Stuart

> -----Original Message-----
> From: Jean-Christophe FABRE 
> [mailto:[EMAIL PROTECTED]]
> Sent: 15 March 2002 13:11
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: [CYGWIN] scheduling tasks under cygwin
> 
> 
> Hi,
> 
> to a larger way,
> what is the best way to schedule tasks such as dump, vacuum, 
> analyze under 
> cygwin?
> as I notice before, under Linux (and generic UNIX systems), 
> you can use 
> cron to do that, but under cygwin?
> 
> JC
> 
> 
> _________________________________________________________
> Jean-Christophe FABRE
> INRA - UMR Sol & Environnement tel: +33 (0)4 99 61 23 51
> 2, place Viala fax: +33 (0)4 67 63 26 14
> 34060 MONTPELLIER cedex 1
> FRANCE
> 
> 
> ---------------------------(end of 
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to [EMAIL PROTECTED] so that your
> message can get through to the mailing list cleanly
> 

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to