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