Re: perl brackets match [69047]

2017-07-29 Tema obsahu Jan Fiala
Thank you for report

-- 

PSPad freeware editor http://www.pspad.com


Re: perl brackets match [69046]

2017-07-29 Tema obsahu arogl
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.

-- 

PSPad freeware editor http://www.pspad.com