如何检测用户在 cmd(.bat) 或 powershell 中按下右箭头键并进行 if-else

如何检测用户在 cmd(.bat) 或 powershell 中按下右箭头键并进行 if-else

如果用户按下“右箭头键”我需要转到下一页。 如果按下“左箭头键”我如何检测是否有人按下箭头键并对其进行导航。

例子:

(if right arrow pressed code here)
goto :2
(if left arrow pressed code here)
 goto :1
(if right arrow pressed code here)
 goto :2
(if right arrow pressed code here)
 goto :3

相关内容