Program name: renamevision

OS: Runs on both LINUX and Solaris

Usage: This program can be used to insert leading zeroes before the second (series #) and third (image #) numbers in the Siemens Vision file names. For example, a file named 310-51-11.ima will be renamed to 310-00051-00011.ima. Note that leading zeros are inserted so that the total number of digits is 5.

Syntax: This program can be run in two modes: the interactive mode and the command line mode. In the interactive mode, type the program name “renamevision”. A file selector will appear which allows you to select the files to be renamed. In the command line mode, the syntax is:

$ renamevision [file names]
The command line mode is useful for including the program in scripts.

Example: The following command

$ renamevision 310-12-5.ima 310-123-44.ima
will rename files 310-12-5.ima and 310-123-44.ima to 310-00012-00005.ima and 310-00123-00044.ima, respectively.