I wanted to use KEYSTACK to put some special characters on the command line. Special as in '\' and '|'.
What happens is that I have
keystack "getfiles.btm |& tee C:\temp\getfiles.log"
and I get from that
getfiles.btm <& tee C:ßtempßgetfiles.log
which of course does not work.
More experiments show that all characters that on a german keyboard are available only with the help of the AltGr key, are replaced by the characters that one gets if one does not press AltGr. It looks like this:
[C:\TCMD12]keystack "{[]}\~|"
[C:\TCMD12]7890ß+<
Is there anything I can do about that?
Ulrich
What happens is that I have
keystack "getfiles.btm |& tee C:\temp\getfiles.log"
and I get from that
getfiles.btm <& tee C:ßtempßgetfiles.log
which of course does not work.
More experiments show that all characters that on a german keyboard are available only with the help of the AltGr key, are replaced by the characters that one gets if one does not press AltGr. It looks like this:
[C:\TCMD12]keystack "{[]}\~|"
[C:\TCMD12]7890ß+<
Is there anything I can do about that?
Ulrich