Re: cron job don't work correct

2006-09-06 Thread Todde
René Berber-2 wrote: > > Todde wrote: >> >> Igor Peshansky wrote: >>> On Fri, 1 Sep 2006, Todde wrote: >>> With cygwin i want run a daily script that should build my source every day. I want do that with a cron job. [snip] Here is the problem: But i.e. if i ca

Re: cron job don't work correct

2006-09-06 Thread Todde
Larry Hall (Cygwin) wrote: > >> > > Typically the variables that matter are those that affect how commands > you've > given are found, like PATH. It's rare to require access to allot of other > environment variables for proper running and certainly it's buggy to build > your own scripts that

Re: cron job don't work correct

2006-09-03 Thread René Berber
Todde wrote: > > Igor Peshansky wrote: >> On Fri, 1 Sep 2006, Todde wrote: >> >>> With cygwin i want run a daily script that should build my source every >>> day. >>> I want do that with a cron job. >>> [snip] >>> >>> Here is the problem: >>> But i.e. if i call another script from the cronscript.s

Re: cron job don't work correct

2006-09-03 Thread Larry Hall (Cygwin)
Todde wrote: Igor Peshansky wrote: On Fri, 1 Sep 2006, Todde wrote: With cygwin i want run a daily script that should build my source every day. I want do that with a cron job. [snip] Here is the problem: But i.e. if i call another script from the cronscript.sh it don't work as a cronjob but

Re: cron job don't work correct

2006-09-03 Thread Todde
Igor Peshansky wrote: > > On Fri, 1 Sep 2006, Todde wrote: > >> With cygwin i want run a daily script that should build my source every >> day. >> I want do that with a cron job. >> [snip] >> >> Here is the problem: >> But i.e. if i call another script from the cronscript.sh it don't work >> as

Re: cron job don't work correct

2006-09-01 Thread Igor Peshansky
On Fri, 1 Sep 2006, Todde wrote: > With cygwin i want run a daily script that should build my source every day. > I want do that with a cron job. > [snip] > > Here is the problem: > But i.e. if i call another script from the cronscript.sh it don't work > as a cronjob but it work when i enter it on

cron job don't work correct

2006-09-01 Thread Todde
Hi All, With cygwin i want run a daily script that should build my source every day. I want do that with a cron job. On my system the cron service is running.In win xp i am log in as a domain-user with administrator rights (member in the administrator group). In cygwin i am log in as a domain-use