ot_inc

sndcpy-noconsole

Apr 23rd, 2022 (edited)
674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. strCommand = "cmd /c sndcpy.bat"
  2.  
  3. For Each Arg In WScript.Arguments
  4.     strCommand = strCommand & " """ & replace(Arg, """", """""""""") & """"
  5. Next
  6.  
  7. CreateObject("Wscript.Shell").Run strCommand, 0, false
Add Comment
Please, Sign In to add comment