- Jan
- 875
- 19
Code:
INKEY /K"cd" %%test
works, but not ...
Code:
INKEY /K"cd" /W5 %%test
And I have a lot of scripts with /W like the following ...
Code:
inkey /k"cq" /w5 "c": continue; "q": quit ("c" after 5 seconds): %%key
Additionally the german translation has an error in the dialog, see here ...
"NKein" should be "Kein".
Greetings
PS:
Code:
INKEY /K"cd" /W5 /T %%test
accepts the specified keys but the countdown does not work.
Last edited: