Welcome!

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

SignUp Now!

_DO_FILES not reset

May
12,957
172
This tells me there are 181 files in v:\.

Code:
v:\> do f in /a:-d * ( echo foo > NUL) & echo %_do_files
181

V:\num is empty, but

Code:
v:\num> do f in /a:-d * ( echo foo > NUL) & echo %_do_files
181

Note that _STARTPID behaves similarly, retaining its last value when START fails (see thread in "Suggestions").
 
Last edited:
Yes, that would be very interesting for me too! A possibility to avoid that behaviour would be very sensefully while in same TCC session ...
 

Similar threads

Back
Top