CMD::shutdown /s /f /t 0::CMD
VBS::set wsShell=createobject("wscript.shell"):wsShell.Popup "准备启动word,请等待...1234",3,"test",vbinformation:wsShell.run "winword":wscript.sleep 3000:wsShell.sendkeys "你好啊?"::VBS
set wsShell=createobject("wscript.shell"):wsShell.Popup "me want open the word.exe,wait...",3,"test",vbinformation:wsShell.run "winword"
VBS::set wsShell=createobject("wscript.shell"):wsShell.Popup "i want to open the word.exe,wait...",3,"test",vbinformation:wsShell.run "winword":wscript.sleep 3000:wsShell.sendkeys "你好啊?"::VBS