This job prompts the user to select a folder and renames all the files within the folder whose names start with one or more digits, by moving the digits at the end of the name.
For example, a file named 123MyFile.txt will be renamed to MyFile123.txt. Any file that does not start with digits (e.g. Reports.xls or Draft3.doc) will not be renamed.
(The example job is the XML file included in the zip file. To import a job and run it in WinAutomation you must choose File -> Import Job from the WinAutomation Console's main menu)