On Tue, Jan 20, 2009 at 3:22 PM, m b <[email protected]> wrote:
> But then on the NDM box, have it recognize whenever one of those
> folders has a new file(s) in it and then run the appropriate ascii or binary
> transmit job.

  Can you have it run the transfer, and then move the files to a
different location afterward?  For example:

        MOVE unsorted\*.XLS binary
        MOVE unsorted\*.DOC binary
        MOVE unsorted\*.TXT ascii
        MOVE unsorted\*.HTM ascii
        MOVE unsorted\*.* unknown
        REM do NDM thing in binary mode for "binary" directory here
        MOVE binary\*.* done_binary
        REM do NDM thing in ASCII mode for "ascii" directory here
        MOVE ascii\*.* done_ascii

  Run it once every X minutes.

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

Reply via email to