I was curious if there was a way to use the arrow keys on your keyboard to be able to receive input form them and use this information in a batch file? Thanks BurnE
相关问题
- How to Debug/Register a Permanent WMI Event Which
- the application was unable to start correctly 0xc0
- xcopy include folder
- Batch file if string starts by
- Jenkins - cmd is not recognized
相关文章
- 在vscode如何用code runner打开独立的控制台窗口,以及设置好调试模式时窗口的编码?
- Extracting columns from text file using Perl one-l
- Looking for documentation on the “right” way to in
- PHP 7 FTP extension is not loaded in Windows 7
- How can one batch file get the exit code of anothe
- Command line escaping single quote for PowerShell
- How to make jenkins fail at a failing windows batc
- Viewing the Process Tree - tlist/tasklist [closed]
There a few ways that you can assign arrows symbols/keys to variable, but u can't use them as input as they are operational buttons in command prompt (move cursor and iterate trough the already executed commands) and you cant's detect their pressing.
EDIT:
this will set the arrows to a variables , but result might depends on your
CHCP
.I've used this as reference .Will not work on XP if have noforfiles