Set WshShell = CreateObject("WScript.Shell")

WshShell.Run chr(34) & "bat 파일 경로" & Chr(34),0

Set WshShell = Nothing

+ Recent posts