watch folder feature

Advanced Renamer forum
#1 : 12/03-22 08:34
angel anthony
angel anthony
Posts: 1
was curious for future releases could there be a watch folder feature . so if certain files go into a folder the advanced renamer program can run a preset or does this feature exist with the script feature . i havent played around with it but any info would be greatly appreciated !


12/03-22 08:34
#2 : 12/03-22 09:54
David Lee
David Lee
Posts: 1125
The feature does not exist directly - however you can already achieve this using Command Line Automation and the Windows Scheduler.

Create your Method Batch as normal and save it as a Method List file (.aren).
You can then execute this batch by running the executable arenc.exe from either the command line or a Windows batch file (.bat), specifying the folder you wish to monitor. Finally create a Scheduled Task in Windows to run the batch file at specified times.

It's not as difficult as it sounds.

Save the Method List using the right-most button on the "Renaming method list" toolbar.
Create the command line code using the "Command line configuration..." tool (Program menu) and save in a .bat file.
See the User Guide for more information: https://www.advancedrenamer.com/user_guide/comma ndline

Search Google for "windows scheduled task" for instructions on setting up the task scheduler.



12/03-22 09:54