Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1680

_DO_FILES not reset

$
0
0
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").

Viewing all articles
Browse latest Browse all 1680

Trending Articles