NAME2NUM v1.0 - renames a file extension to 001 and increments
the extension name up to 999 for subsequent files with the same 
file name prefix. As an option, the file may be moved to a different
directory (on the same drive)  as part of the name change.

Systax is:  NAME2NUM  [drive][directory]filename.exe  
or          NAME2NUM  [drive][directory]filename.exe  [drive][new_directory]

The brackets indicate optional parameters.

Examples:  
NAME2NUM  bluewave.mo1   -renames bluewave.mo1 to bluewave.001

NAME2NUM  d:\hold\wastecan.txt  d:\trash\wastecan.txt  -moves wastecan.txt
to d:\trash and renames it wastecan.001 

Wildcards are not supported. DOS does not allow renaming across dirves.

This program has not been extensively tested. Determine its suitability
for your application before committing it to unattended use.

This program is freeware.

