execute automatically

If you need help on how to use the program
Post Reply
jme
Posts: 2
Joined: 2018-07-06 07:17:39

execute automatically

Post by jme »

Hi,

Is it possible to run ant renamer in background and monitor a folder.
If a file is added in that folder, the file is renamed ( and copied to another folder if possible)

or can we execute ant renamer with a scheduler and rename all files in a specific folder?
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: execute automatically

Post by antp »

Hi,
The program has no option for monitoring, but using the scheduled tasks of Windows you could indeed schedule the renaming. Check the help file for details on command line options to launch the program on a specific folder ;)
Post Reply