Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

seems to have no effec tin CMDebug: SETLOCAL EnableDelayedExpansion

Dec
1
0
I just installed CMDebug 27 to use in speeding up debugging a .cmd script that depends on "SETLOCAL EnableDelayedExpansion".
It's as though EnableDelayedExpansion has no effect whatsoever. So I tried running with "Start without debugging" and got my diagnostic output:
E:\Barn\Meetings\bin\ttt\ffmpeg_args.cmd(1): , , ,
E:\Barn\Meetings\bin\ttt\ffmpeg_args.cmd(2): , , ,
:CLEAR_OUTPUT_PROPERTIES(1): , , ,
:CLEAR_OUTPUT_PROPERTIES(2): , , ,
:SET_OUTPUT_PROPERTIES(1): , , ,
E:\Barn\Meetings\bin\ttt\ffmpeg_args.cmd(3): , , ,
:CLEAR_OUTPUT_PROPERTIES(1): , , ,
:CLEAR_OUTPUT_PROPERTIES(2): , , ,
E:\Barn\Meetings\bin\ttt\ffmpeg_args.cmd(4): , , ,
Running in a command window gives this:
ffmpeg_args(1): , , ,
ffmpeg_args(2): , , ,
:CLEAR_OUTPUT_PROPERTIES(1): , , ,
:CLEAR_OUTPUT_PROPERTIES(2): , , ,
:SET_OUTPUT_PROPERTIES(1): -b:a 18000, -ar 22050, -b:v 30000, -r 5
ffmpeg_args(3): -b:a 18000, -ar 22050, -b:v 30000, -r 5
:CLEAR_OUTPUT_PROPERTIES(1): -b:a 18000, -ar 22050, -b:v 30000, -r 5
:CLEAR_OUTPUT_PROPERTIES(2): , , ,
ffmpeg_args(4): , , ,
How can I get CMDebug to work like the Windows console?
 
Back
Top