I need help with windows automatic process?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xxweekxx
    Confirmed User
    • Oct 2002
    • 6780

    #1

    I need help with windows automatic process?

    hey i want one of my servers to visit a site every x mins and download a particular file on that website..

    what programs can carry out an automated process like this?
    _________________
    I am the best
  • xxweekxx
    Confirmed User
    • Oct 2002
    • 6780

    #2
    oooooooooo
    _________________
    I am the best

    Comment

    • martinsc
      Too lazy to set a custom title
      • Jun 2005
      • 27047

      #3
      if you have ftp access you can do that with a batch file...

      Code:
      ftp
      o
      xxx.xxx.xxx.xxx
      user
      pass
      cd folder
      get filename.extension
      Make Money

      Comment

      • xxweekxx
        Confirmed User
        • Oct 2002
        • 6780

        #4
        batch file? and the batch file will automatically download the said file every x mins?
        _________________
        I am the best

        Comment

        • detoxed
          vip member
          • Jan 2003
          • 17798

          #5
          Originally posted by xxweekxx
          batch file? and the batch file will automatically download the said file every x mins?

          well from what it looks like, the batch file downloads it yes. you'd probably need a cron to do it automatically every x mins. and i know NOTHING about servers/tech/programming stuff.

          Comment

          Working...