andrecabal
(Fresh Scripter)
2003-11-27 11:34 AM
How to aplly delay on script ?

Hi , I need to aplly a delay ona script. The objectie is that the user starts your machine, anf the Kix scripts starts only after 15 minutes the computer was started.

Can anybody send me any idea ?


Richard H.Administrator
(KiX Supporter)
2003-11-27 02:59 PM
Re: How to aplly delay on script ?

There are two quick and easy ways to do this.

  1. "RUN" another script with "Sleep 900" as the first line.
  2. Use one of the scheduler UDFS to schedule a job at now+15 minutes.