06 2017 档案

摘要:http://demon.tw/programming/vbs-run-and-exec.html 阅读全文
posted @ 2017-06-28 08:36 老小鱼 阅读(332) 评论(0) 推荐(0)
摘要:sub Sample1() Dim WSH, wExec, sCmd As String, Result As String Set WSH = CreateObject("WScript.Shell") ''(1) ''(2) Set wExec = WSH.Exec("xcopy /?") '' 阅读全文
posted @ 2017-06-28 08:10 老小鱼 阅读(2111) 评论(1) 推荐(1)