- May
- 13,594
- 201
If I execute:
in a stand-alone TCC session and "X" the console then all the processes in the console (including TCC) terminate but the console window does not close. It remains open indefinitely (no "Windows cannot ..." message) until I "X" it again or press Ctrl-C.
It happens on two XP machines tried so far.
Code:
v:\> do forever ( TYPE http://google.com | ffind /t"goo" | ffind /t"gle" & delay 2 )
It happens on two XP machines tried so far.