Re: Anybody here own a Gamedoctor SF7? (TxT)

[ Post a new reply ] [ Back to the message board ]

This message was posted by nam_, posted on June 21, 2001 at 16:20:53 coming from 207.46.125
This message is a reply to Re: Anybody here own a Gamedoctor SF7? (TxT) posted from Hmmm123 posted at June 21, 2001 at 00:47:36
Just a tip on batch renaming and conversion, you should be able to do both easily using windows' built-in support for the 'for' command. To give all of your roms a sf prefix you could do this:

md sfRoms
for %f in (*.smc) do copy %f sfRoms\sf%f

That would make new copies of all the roms prefixing them with sf. But then a lot of your filenames would be more than 8.3, so to make them all 8.3 again you could do this--

ren ????????*.smc ????????.smc

That would do it, by cutting off any extra letters in the filename after the first 8 chars.

If you find one command line for Ucon or whatever to convert your roms properly to sf7 format, you can do them all using a for command again, doing something like this: (inserting the correct options of course)

for %f in (*.smc) do ucon %f

Anyway, I don't have an sf7 or anything but just thought I'd mention this. Basically renaming and conversion won't take more than a few minutes, so you shouldn't let that stop you from getting the copier you want.

Feel free to email me if you get one and have any questions on how to do this.

-nam_


Responses to this messages:


Post a Followup

Name
E-Mail
Subject
Message
Optional Link URL
Optional Link Title
Optional Image URL
Please pick a mood
for your message: