Re: autorun

2002-03-07 Thread Jon Molin
"Mohammed A. Hassan" wrote: > > Well , I want to do this this on UNIX > > "Jan Gruber" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi ! > > > > On Wednesday 06 March 2002 09:21 am, you wrote: > > > How can I scheduler a cgi script? > > > > Depends on t

Re: autorun

2002-03-07 Thread Mohammed A. Hassan
Well , I want to do this this on UNIX "Jan Gruber" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi ! > > On Wednesday 06 March 2002 09:21 am, you wrote: > > How can I scheduler a cgi script? > > Depends on the platform you are working on. Window$ has its Tas

Re: autorun

2002-03-06 Thread Jan Gruber
Hi ! On Wednesday 06 March 2002 09:21 am, you wrote: > How can I scheduler a cgi script? Depends on the platform you are working on. Window$ has its TaskPlaner, *nix has a cron daemon (man cron) Another way: let the script sleep while you dont need it. sleep (86400) sleeps for one da

autorun

2002-03-06 Thread Mohammed A. Hassan
How can I scheduler a cgi script? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]