Re: help cron cygwin

2006-01-10 Thread Christian Lanconelli \(servizio\)
> Cc: Sent: Sunday, January 08, 2006 9:11 AM Subject: Re: help cron cygwin > Christian Lanconelli (servizio) wrote: > > Hi, > > > > CRON can run commands wrote in fortran containing the call system() > > statement? > > this is my program : trasf_DOS.

Re: help cron cygwin

2006-01-07 Thread Brian Dessent
"Christian Lanconelli (servizio)" wrote: > c:\cvi\ICARO\dati>xcopy c:\cvi\ICARO\dati\??060106.* \\pc27\CO2_O3\ /D /F > /Z > C:\cvi\ICARO\dati\DD060106.GAS -> \\pc27\CO2_O3\DD060106.GAS > C:\cvi\ICARO\dati\DD060106.MET -> \\pc27\CO2_O3\DD060106.MET > C:\cvi\ICARO\dati\DD060106.RAD -> \\pc27\CO2_O3

Re: help cron cygwin

2006-01-07 Thread René Berber
Christian Lanconelli (servizio) wrote: [snip] > $ crontab -l > 40 * * * * trasf_DOS.exe;echo "tab eseguito alle > $(date)">/home/Administrator/cronlog > > The file "cronlog" is regularly updated. But trasf_DOS appears not work! > > Can you help me? What's my error? Probably the global PATH is th

Re: help cron cygwin

2006-01-07 Thread Larry Hall (Cygwin)
Christian Lanconelli (servizio) wrote: Hi, CRON can run commands wrote in fortran containing the call system() statement? this is my program : trasf_DOS.f It write a DOS batch file that is immediately run by the 'call system ("copio.bat")' statement- It WORK WELL in the bash shell (cygwin becaus