Hi,
I have an app on my machine that creates screenshots and dumps them in a 'screenshots' folder throughout the day. I want to monitor the folder and when a new screenshot arrives, I want to rename it sequentially and print it out on an A3 printer. I also want to print out a label on another printer with the sequential file name number on the print. The result is so that I can stick the labels to the correct A3 print.
Something like;
1. Folder on Desktop called 'screenshots'.
2. Image is added to folder (png).
3. Image is renamed to xxxx.png (sequential number).
4. Image is printed to 'Printer 1'.
5. Create new image or txt file with the new sequential filename as the content.
6. New file is printed to 'Printer 2'.
Thanks.
I have an app on my machine that creates screenshots and dumps them in a 'screenshots' folder throughout the day. I want to monitor the folder and when a new screenshot arrives, I want to rename it sequentially and print it out on an A3 printer. I also want to print out a label on another printer with the sequential file name number on the print. The result is so that I can stick the labels to the correct A3 print.
Something like;
1. Folder on Desktop called 'screenshots'.
2. Image is added to folder (png).
3. Image is renamed to xxxx.png (sequential number).
4. Image is printed to 'Printer 1'.
5. Create new image or txt file with the new sequential filename as the content.
6. New file is printed to 'Printer 2'.
Thanks.