vbs的sendkey用法
我想在记事本上输入"weareinyourcomputer",可输入法默认自动打开。createobject("wscript.shell").run"notepad.e...
我想在记事本上输入"we are in your computer",可输入法默认自动打开。
createobject("wscript.shell").run "notepad.exe",9
wscript.sleep 5000
set ws=wscript.createobject("wscript.shell")
ws.sendkeys "{CAPSLOCK}"
wscript.sleep 2000
ws.sendkeys "we "
ws.sendkeys "are "
ws.sendkeys "in "
ws.sendkeys "your "
ws.sendkeys "computer"
createobject("wscript.shell").run "cmd.exe /c taskkill /im notepad.exe /F",0
这样为什么还是没法用大写输入?输入法先变成锁定,输入时还是按中文输出。
求教
我知道很多人的运行正确,可我想知道怎样用vbs实现关闭输入法
(即***** ws.sendkeys "{CAPSLOCK}" ****) 展开
createobject("wscript.shell").run "notepad.exe",9
wscript.sleep 5000
set ws=wscript.createobject("wscript.shell")
ws.sendkeys "{CAPSLOCK}"
wscript.sleep 2000
ws.sendkeys "we "
ws.sendkeys "are "
ws.sendkeys "in "
ws.sendkeys "your "
ws.sendkeys "computer"
createobject("wscript.shell").run "cmd.exe /c taskkill /im notepad.exe /F",0
这样为什么还是没法用大写输入?输入法先变成锁定,输入时还是按中文输出。
求教
我知道很多人的运行正确,可我想知道怎样用vbs实现关闭输入法
(即***** ws.sendkeys "{CAPSLOCK}" ****) 展开
展开全部
把你的电脑默认输入法设为老外的,或是“中文简体--美式键盘”
再运行看是不是全部输入大写字母了
我这里运行输入全是大写
createobject("wscript.shell").run "notepad.exe",9
wscript.sleep 5000
set ws=wscript.createobject("wscript.shell")
wscript.sleep 2000
ws.sendkeys "We "
ws.sendkeys "are "
ws.sendkeys "in "
ws.sendkeys "your "
ws.sendkeys "computer"
wscript.sleep 5000
createobject("wscript.shell").run "cmd.exe /c taskkill /im notepad.exe /F",0
以上代码我电脑里输入"We are in your computer"进入记事本,而且与Caps Lock键的状态无关
,你上面代码输入的全是大写,也和Caps Lock键的状态无关
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询