---------------------------------------------------------
RENAME2.EXE - File renaming tool for CAVS Karaoke players
---------------------------------------------------------

RENAME2 renames all the files with a given extension (which is specified by the user) in a directory (where the RENAME2 program is placed).
The files will be renamed as sequential numbers with a starting number (which is also specified by the user).

Instruction

1. Create a directory "C:\rename2" in your PC.
2. Store the RENAME2 program and the files to be renamed inside.
3. This program runs in DOS prompt. In Windows XP, go to Start, click on Run, and type in "command" followed by Enter.
4. A black window will appear with a command prompt "C:\DOCUME~1\OWNER>" written inside.
5. Type in "cd C:\rename2" followed by Enter.  The prompt will change to "C:\RENAME2>".
6. Next type in the following command according to your need:

   RENAME2 [file_extension] [starting_number]

   Example:
   RENAME2 mcg 10001  ----> Rename the files with extension mcg to sequential numbers starting 10001.
   RENAME2 mp3 10001  ----> Rename the files with extention mp3 to sequential numbers starting 10001.
   RENAME2 mp3 00001  ----> Rename the files with extention mp3 to sequential numbers starting 1.
  
7. If you need to rename your mcg and mp3 files with 5 digit sequential numbers, (for example, 00001.mcg and 00001.mp3) do as follows:

   RENAME2 mp3 10001  ----> Rename the files with extension mp3 to sequential numbers starting 10001.
   RENAME2 mcg 10001  ----> Rename the files with extension mcg to sequential numbers starting 10001.
   REN 1*.* 0*.*      ----> Rename all the files with name starting with "1" to name starting with "0" 
                            (For example, 10001.mcg will be renamed as 00001.mcg, and 10001.mp3 will be renamed as 00001.mp3).

8. To close the black window, type in "exit" followed by Enter.

For any questions, please email to us at techsupport@cavsusa.net.

END