Hello,
I have a scenario where I'll need to poll 10 .xls files form a source directory, when a condition is met,
condition is only when one of the 10 files abc.xls persits then all other files should be polled and send to target,
my source(sender is nfs on unix)
I was trying to build a unix-script to run before message processing.
to move the files from one dir A to dir B if the condition is met, and poll form dir B, but it didn't work
seems like the message processing is independent of the external command. even though the script is working properly if we directly run on unix but via PI the files are being polled even the condition is not met.
did any one configured such scenario, is it possible to do vi a os script
George.