How to use special characters in choice command - Batch File
问题 I would like to add special characters like < | into my choice command, how can I do that? Here's my old code: CHOICE /C ABCDEFGHIJKLMNOPQRSTUVWXYZ0134567928 /N /M "Press 8 ...." and I would like it to be something like : CHOICE /C `~,.<>?ABCDEFGHIJKLMNOPQRSTUVWXYZ0134567928 /N /M "Press 8 ...." Any help will be appreciated, thanks. EDIT: Since some of you may ask why do I need so many choice, I'm here to answer. It is because pressing an invalid choice would give you an annoying beep that I