View Single Post
Old 3rd January 2011, 21:53   #52  |  Link
jarr_d
Registered User
 
Join Date: Jun 2007
Posts: 5
aha

from command line use
FOR %I IN (*.avi) DO mmcl.exe --par 43ntsc "%I" "%I~n.avi"

from batch file use the double %%'s

much thanks,
jarr_d is offline   Reply With Quote