PDA

View Full Version : Batch Conversion



Peerzy
11-26-2004, 09:17 PM
What's a free program to convert a file type into another? iv found all these ones that do audio, image and video but my files are wierd. i have 274 .USA N64 roms but my xbox will only play them if they are .n64 so need them batch converted.

Vargas
11-27-2004, 12:00 AM
do they need to be converted or just renamed?

Peerzy
11-27-2004, 12:03 AM
do they need to be converted or just renamed?
Jus renamed. Its just that its 274 files and fook off if you think im doing that:D

4play
11-27-2004, 12:24 AM
I wonder if

rename *.usa *.64

would work in wondows

Vargas
11-27-2004, 12:27 AM
Yes, if you are at the CMD prompt, in that folder:
ren *.USA *.n64
or have a batch file in that folder with that command.
(you might lose the long filenames though in the process)

tesco
11-27-2004, 12:34 AM
yep that works.

to say which folder\drive do:

ren drive:\folder\*.filetype *.newfiletype