So you're telling me when the 'test_20110329_1159.txt' is placed/created in the folder the file isn't ready to process?
Is this file the only file in the dir?
😕 The main question is: When do you know the file is ready to process?
😒 You could use the file trigger in the job, use the put the 'job in the queue' feature. Have a wait task in there and on the next task have a condition to check if the zip may continue, if not, jump back to the wait task. When the condition is met, you still have the filename in the file trigger variables.
Other files are not lost because of the job queue.
😢 A different approach is using a batch file for this.
You can use the 'dir test_{dateformat}_*.txt /b' as the input for a for loop. You than need an external zip utility to process the files.
Hope this helps.
Regards
Erik
Uses Visualcron since 2006.