Welcome!

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

SignUp Now!

[dos] into - for loop - the bp is not hit

Oct
5
0
hi,

I using a long batch file, all working fine, when I toggle a bp in a for loop never get a hit
Code:
FOR /F "usebackq delims==" %%f in (`dir *.doc /s /b`) do (
rem your code here
)

any tip?
 
2h ago I downloaded, writes
-CMDDebug v25.00.23x64
or the other application tested Take Command v25.00.23x64
 

Similar threads

Back
Top