04-06-2013, 08:14 AM
Thank you for the suggestion Iddarrambide. But I don't understand how I could use this.
I think I posted my question without expaining it too well. The software i need to intercept is "FileWatcher" by Datamystic. This software watches any combination of folders or files for changes/deletions etc when it detects changes it can send output to a msdos batch file or vbs script. For example a batch file such as:
@echo off
echo File %1 has arrived and is ready for processing
pause
Would pop up a cmd window displaying the new or changed file.
What I would like to achieve is use and manipulate the %1 output in QM instead of a batch file.
I think I posted my question without expaining it too well. The software i need to intercept is "FileWatcher" by Datamystic. This software watches any combination of folders or files for changes/deletions etc when it detects changes it can send output to a msdos batch file or vbs script. For example a batch file such as:
@echo off
echo File %1 has arrived and is ready for processing
pause
Would pop up a cmd window displaying the new or changed file.
What I would like to achieve is use and manipulate the %1 output in QM instead of a batch file.