A. VBE,VBS如何運行某個程序
1. set obj=createobject("wscript.shell")obj.run"notepad",1'打開notepad.exe--記事本程序2.>msgbox "內容",vbokcancel,"標題" '顯示確定、取消按鈕 >msgbox "內容",vbyesno,"標題" '顯示是、否按鈕3.shell("taskkill /f /im qq.exe",vbhide) '關閉qq