- Aug
- 2,320
- 111
In reference to Done - TEE to tmp:
V33 says that TEE can now write to the TMPn: pseudo-devices.
Would someone please verify if this works for them,
as it does not work for me.
Joe
V33 says that TEE can now write to the TMPn: pseudo-devices.
Code:
E:\Utils>tmp
TMP0:
TMP1:
TMP2:
TMP3:
TMP4:
TMP5:
TMP6:
TMP7:
TMP8:
TMP9:
E:\Utils>echo %_date %_time | tee /a tmp9:
2024-09-14 13:19:39
E:\Utils>tmp
TMP0:
TMP1:
TMP2:
TMP3:
TMP4:
TMP5:
TMP6:
TMP7:
TMP8:
TMP9:
Would someone please verify if this works for them,
as it does not work for me.
Joe