Daily Archive: 10월 30, 2015

VBScripts run method 사용 시 wait 효과 주기

VBScripts run method 사용 시 wait 효과 주기

Set objShell = CreateObject(“Shell.Application“)  Set wsObjShell = WScript.CreateObject(“WScript.Shell”)   intReturn = wsObjShell.Run(“…\startProc.bat”)   WScript.Sleep 360000 ‘ wait end wsObjShell.SendKeys “{TAB}”, True...