Welcome!

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

SignUp Now!

Fixed [v31.00.9] Inkey with /W no longer works properly!

Jan
687
16
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

:nailbiting:

Additionally the german translation has an error in the dialog, see here ...

inkey_dialog.PNG


"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:

Similar threads

Back
Top