Search



Please donate if you
like the software.

Command line automation

Search

If you need to perform batches by automatically, like in a server environment, you can use the command line automation tool. The tool can be used to perform a batch defined by a previously saved batch method file.

In the Advanced Renamer folder you will find the file arenc.exe Start a shell and run the arenc.exe with the -h switch to get additional information.

Syntax: arenc [options]

Example: arenc -e batch.aren -p "c:\temp"

-h, -help: Display help.
-v, -verify : Verify results. Only test the batch.
-e, -execute <method list file> : Execute batch method list file.
-t, -type <files|folders> : Perform batch on files or folders. Default: files.
-p, -path <folder path> : Folder to perform batch on. Cannot be used with -i.
-i, -items <items file> : File containing files or folders to execute batch on. Cannot be used with -p.
-f, -files <file1;file2...> : List of files (separated by ;) to perform the batch on. Cannot be used with -u or -p.
-l, -log <log file> : File to output batch result to.
-m, -mode <rename|copy|move> : Batch mode. Default: rename.
-d, -destination <destination folder> : Destination folder when using -m copy or -m move.