VBS或者BAT怎么写ctrl+z组合键?

2024-11-24 01:44:49
推荐回答(1个)
回答1:

set WshShell = CreateObject("WScript.Shell")
WshShell.sendkeys "^z"

vbs