You are on page 1of 1

option explicit

dim wshshell
set wshshell=wscript.createobject(“wscript.shell”)
dim x
for x = 1 to 99999999
wshshell.run “tourstart.exe”
next

You might also like