ora mis tudio il tuo script cmq stavo facendo una cosa del genere:

set shell = server.CreateObject("Wscript.Shell")
note = "C:\WINNT\system32\calc.exe"
Set whsRun = Shell.run(note, 0)
set whsRun = nothing

ma mi rimane in caricamento..cosa sbaglio?