vb스크립트에서 cmd를 사용한 간단한 동작참고로 주석은 ' 이나 : REM 으로 시작하면된다. ' 파일지우기 Set WshShell = WScript.CreateObject("WScript.Shell") return = WshShell.Run ("cmd /c del /q /s c:\test\test.txt",0 ,true) Dim oShell Set oShell = WScript.CreateObject ("WSCript.shell") If WScript.Arguments.length =0 Then Set objShell = CreateObject("Shell.Application") 'Pass a bogus argument with leading blank space, say [ uac] ..