@echo off
choice /t 5 /d y /n >nul
:start
echo [%time% %date%] Press F8
"D:\tools\Hot Virtual Keyboard\hvk.exe" /ACTION F8
choice /t 2 /d y /n >nul
echo [%time% %date%] Press F9
"D:\tools\Hot Virtual Keyboard\hvk.exe" /ACTION F9
choice /t 2 /d y /n >nul
echo [%time% %date%] Press F10
"D:\tools\Hot Virtual Keyboard\hvk.exe" /ACTION F10
choice /t 2 /d y /n >nul
goto start

标签: none

添加新评论