4 lines
254 B
Plaintext
4 lines
254 B
Plaintext
Set WshShell = CreateObject("WScript.Shell")
|
|
WshShell.Run chr(34) & "C:\Burp\Burp.bat" & Chr(34), 0
|
|
Set WshShell = Nothing
|