| User review:
|
For all of those who dont know how to run scripts etc (like me) and are confused about what to type at command prompt to get this working:
To make it dead simple
Open a Run box (Window key + R, or Start->Run)
Then type CMD
Change the directory to the one you hold your .mmv files in (by typing cdYourFolderNameYourSubFolderName
Stick a copy of mmv2mpg.exe in that folder
In your DOS window type exactly as here - dont substitute anything:
for %f in (*.mmv) do mmv2mpg %f
It will then run through your files converting them to the same name but .mpg |