View Single Post
Old 6th February 2009, 13:55   #37  |  Link
kypec
User of free A/V tools
 
kypec's Avatar
 
Join Date: Jul 2006
Location: SK
Posts: 826
Quote:
Originally Posted by J-Wo View Post
This batch file is great! But instead of unpacking them to another folder, can I write the new files in the same folder as the originals only with the word "unpack" at the end of the file name?
Try this:
Code:
@ECHO OFF
FOR %%I IN (*.avi) DO "C:\Program Files\MPEG4 Modifier\mmcl.exe" --unpack "%%~fI" "%%~nIunpack%%~xI"
kypec is offline   Reply With Quote