Chronjobs Equivialant on windiws servers?

Discussion in 'Programming' started by raredaredevil, Jul 11, 2010.

  1. #1
    Hi , I currently run a windows vps sever , unfortunatly I also run a script that uses chronjobs to clear a few upload folders once per day. To get passed this problem I have installed python on my vps server , and created a simple python script that loads my "chron job" url , I then put this python script as a windows task once per day.

    Is there a better way to do this? It seems a little messy :p
     
    raredaredevil, Jul 11, 2010 IP
  2. brentter

    brentter Member

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    well there's CRONw - cronw.sourceforge.net/
    and also Zcron - here's a tutorial w/ download lin - makeuseof.com/tag/bring-linux-cron-like-power-to-windows/
    You could also used Scheduled Tasks (built into windows)
     
    brentter, Jul 11, 2010 IP
  3. raredaredevil

    raredaredevil Greenhorn

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Thanks , Cronw is just what I was looking for - time to recode :D
     
    raredaredevil, Jul 12, 2010 IP
  4. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #4
    just use Scheduled Tasks its built in windows
     
    Bohra, Jul 12, 2010 IP