I threw together a couple of batch files to make the renaming process less of a hassle.
Just paste the code into Notepad and save in your roms directory with a .bat extension.
To rename the MK2/UMK3 files AFTER auditing:
Code:
ren mk2.zip mk2-orig.zip
ren umk3.zip umk3-orig.zip
ren mk2te.zip mk2.zip
ren umk3te.zip umk3.zip
I call this one "MKTE Play (from te).bat"
To restore original names, when you need to audit/scan again:
Code:
ren mk2.zip mk2te.zip
ren umk3.zip umk3te.zip
ren mk2-orig.zip mk2.zip
ren umk3-orig.zip umk3.zip
I call this one "MKTE Audit (from -orig).bat"
Please back up your files first, as running these batch files in the wrong order might cause a problem. But, used correctly, renaming your files will take less than 1 second. Hope this helps
Thanks for the quick answers everybody