General discussion

  • Creator
    Topic
  • #2073864

    I need a batch file Fast!!

    Locked

    by dhills ·

    I need a batch file that will move files from one directory to another on the same box “NT 4.0 server” and I need to know how to schedule it to look every 30Sec for new files to move.
    Origin path is E:\ONYX_1\PROOFS
    Destination path is E:\ONYX_1\INPUT\HP

All Comments

  • Author
    Replies
    • #3779001

      I need a batch file Fast!!

      by dvn ·

      In reply to I need a batch file Fast!!

      The batch file should look something like this:
      :start

      ROBOCOPY E:\ONYX_1\PROOFS\ E:\ONYX_1\INPUT\HP *.* /XD

      sleep 30

      goto start
      You will need two utilities from NT resource Kit: Robocopy.exe and sleep.exe.
      Dmitri

      • #3778993

        I need a batch file Fast!!

        by dhills ·

        In reply to I need a batch file Fast!!

        DVN tell me where to put the exe’s and the script. I’ll test it, if it works O.K. ill ask the question again and give you the points

Viewing 0 reply threads