윈도우팁 2015년 10월 30일 by 서진우 · Published 2015년 10월 30일 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...
윈도우팁 2015년 10월 30일 by 서진우 · Published 2015년 10월 30일 VBScripts 작성 시 run Method 기능 관련 Run Method (Windows Script Host) Runs a program in a new process. Syntax Copy object.Run(strCommand, [intWindowStyle], [bWaitOnReturn]) Arguments object WshShell...