scheduling a script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ward Germonpé

    scheduling a script

    Hi,

    Is it possible to schedule a php script so that it runs every
    5 minutes ?

    I'm using W2K.

    thx

    Ward
  • Tom Thackrey

    #2
    Re: scheduling a script


    On 27-Sep-2003, "Ward Germonpé" <kingalbertII@f orpresident.com > wrote:
    [color=blue]
    > Is it possible to schedule a php script so that it runs every
    > 5 minutes ?
    >
    > I'm using W2K.[/color]

    in the control panel, scheduled tasks-> add new scheduled task

    I run a batch file with start commands for each script

    start <window name> <path to browser> <url>

    --
    Tom Thackrey

    Comment

    • Ward Germonpé

      #3
      Re: scheduling a script

      "Tom Thackrey" <tomnr@creati ve-light.com> wrote in news:TWhdb.9926
      $hV.2491@newssv r25.news.prodig y.com:
      [color=blue]
      >
      > On 27-Sep-2003, "Ward Germonpé" <kingalbertII@f orpresident.com > wrote:
      >[color=green]
      >> Is it possible to schedule a php script so that it runs every
      >> 5 minutes ?
      >>
      >> I'm using W2K.[/color]
      >
      > in the control panel, scheduled tasks-> add new scheduled task
      >
      > I run a batch file with start commands for each script
      >
      > start <window name> <path to browser> <url>
      >[/color]

      So you are using php interpreter/cgi ? I'm using ISAPI.

      How about scheduling this every 5 minutes:

      lynx localhost/script.php

      would this work reliably ?


      thx

      Ward

      Comment

      Working...