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.
Printable View
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.
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:DQuote:
Originally Posted by Vargas
I wonder if
rename *.usa *.64
would work in wondows
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)
yep that works.
to say which folder\drive do:
ren drive:\folder\*.filetype *.newfiletype