Help Directory Watcher and eg.event.payload
Posted: Thu Aug 02, 2012 9:14 pm
Need some help to automatically process files when added to a directory.
Example:
Directory Watcher will monitor the shared folder C:\dir\
When someone drop a file (testfile.ext) a program should be executed with the following command line options:
program.exe -i c:\dir\testfile.ext -o c:\dir\output\testfile.ext
Processed files will be stored at c:\dir\output
Example:
Directory Watcher will monitor the shared folder C:\dir\
When someone drop a file (testfile.ext) a program should be executed with the following command line options:
program.exe -i c:\dir\testfile.ext -o c:\dir\output\testfile.ext
Processed files will be stored at c:\dir\output