Hmmm.....
Ok, got it now: Put Case's
Sweep in "System32"
(Or "System" on 9x or just any %path%, just edit the following accordingly...)
Make a "m4ren.bat" file (with e.g. notepad) with following content and put it same place:
CODE
cd %1
sweep.exe ren *.mp4 *.m4a
Then make a "m4ren.reg" file (with e.g. notepad) with following content anywhere:
CODE
REGEDIT4
[HKEY_CLASSES_ROOT\Directory\shell\m4ren]
@="&Rename mp4 to m4a"
[HKEY_CLASSES_ROOT\Directory\shell\m4ren\command]
@="\"C:\\WINDOWS\\system32\\m4ren.bat\" \"%1\""
And doubleclick it, answer yes.
EDIT: Everything. Stupid me!
EDIT2: New link to Sweep on Upload Forum