Re: Completely Flummoxed. New User.
Posted: Thu Nov 19, 2015 10:55 am
FileWatcher's purpose is to look for changes to files and folders. So it makes sense that it is designed to pass the names of the changed objects.
However, you should be able to remove the %FILE% from the Action's command line, hence the filenames get ignored.
Or get the Action to ignore them. If that's not possible, use a batch file as an intermediary between FileWatcher and your Action so that you can ignore the %FILE% passed in files.
Does that make sense?
However, you should be able to remove the %FILE% from the Action's command line, hence the filenames get ignored.
Or get the Action to ignore them. If that's not possible, use a batch file as an intermediary between FileWatcher and your Action so that you can ignore the %FILE% passed in files.
Does that make sense?