By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!What are these files, typXXXX.tmp accumulating in my temp directory?
If I "X" the console while iterating (with DO) "TYPE file | ...", along with the other things I reported earlier (console not closing) I am likely to get another one of them.
v:\> foldermonitor %temp created 5 `echo %_folderaction %_folderfile1`
v:\> type [URL='http://www.google.com']http://www.google.com[/URL]
CREATED typ2EF0.tmp
<!doctype html><html><head> (SNIP)
v:\> type [URL='http://www.google.com']http://www.google.com[/URL] | grep doctype
<!doctype html><html><head>(SNIP)
And (since I'm using FOLDERMONITOR below) if the TYPE command involves a pipe (like the one above) and it's given in the same console as the FOLDERMONITOR command, I don't see the FOLDERMONITOR report. Is FOLDERMONITOR's output being redirected?