Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Done TEE to tmp:

Aug
2,056
83
My suggestion is to update the TEE command to copy stdin
to one of the 10 TMP: pseudo character devices

Example:
Code:
echo %StockTicker,%Rating | tee /a tmp8:

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
 
Back
Top
[FOX] Ultimate Translator
Translate