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" ) )