Time limited script for transferring files

Discussion in 'Programming/Html' started by icewildabeast, Mar 30, 2007.

  1. icewildabeast

    icewildabeast New Member

    Messages:
    2
    Likes Received:
    0
    GPU:
    SLI 2x 7800GT
    I need to know if there is any program out there that will allow for transfer of files from 1 directory to another (using UNC path's) and it can only transfer 1 file/second (so I can actually limit how many files are transferred per second.

    The reason I need this is because .Net has a function that looks at a directory and looks for changes, but it can only look at 1 change at a time. If the files are transfered normally, it does it "too fast" for .Net and then there are errors to be dealt with.

    Example: If I receive a 1000 pieces of email, and they are all converted into seperate files in 1 folder, I need to transfer them to a second folder 1 at a time using this script/batch so I can parse it before archiving it. (with lets say a 1 second delay between each file, even 2 or 3 second delay between each file would work)

    Any help or URL's would help. :beam:

    Thanks
    ~A fellow DB Admin and programmer
     

Share This Page