- May
- 12,663
- 157
The with/without TCSTART difference baffles me. What do you get from these?
I don't think being in TCMD should make any difference.
Code:
v:\> timer (do i=1 to 10 (%comspec /c))
Timer 1 on: 13:11:43
Timer 1 off: 13:11:44 Elapsed: 0:00:00.558
v:\> timer (do i=1 to 10 (%comspec /i /c))
Timer 1 on: 13:11:51
Timer 1 off: 13:11:52 Elapsed: 0:00:00.403
I don't think being in TCMD should make any difference.