The bracket match also does not work for this MSDOS Batch code snippet
if /I "%1" EQU "all" (
for %%c in ( ___ ) do (
cd /d %%c
for %%b in ( _____ ) do (
for /R %%a in ( "*.%%b" ) do (
copy "%%a" "%%~pna.mp4" && del "%%a"
)
)
)
)I have tried this with the 4.6.2(2750) release and 5.0.0(235) beta. -- <http://forum.pspad.com/read.php?2,66321,69046> PSPad freeware editor http://www.pspad.com
