8 lines
No EOL
172 B
Text
8 lines
No EOL
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 |