Advertisement
FreeBooter

SilentMode.vbs

Apr 12th, 2017
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Set WshShell = CreateObject("WScript.Shell")
  2.  
  3. cmds=WshShell.RUN("Batch Script Name Here", 0, True)
  4.  
  5. Set WshShell = Nothing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement