
- 帖子
- 28
- 积分
- 52
- 技术
- 0
- 捐助
- 0
- 注册时间
- 2021-10-13
|
回复 5# mnokoko
set wshshell=CreateObject("Wscript.shell")
wshshell.run "c:\test\gogo.exe"
wscript.sleep 1000
wshshell.sendkeys "1234567890"
wshshell.sendkeys "{enter}"
wscript.quit
用这种方式可以,但是wshshell.sendkeys "1234567890"这句变量怎么写? |
|