PDA

View Full Version : What's wrong with this script?



celiaJ
12-07-2005, 08:34 PM
Hi, I am a newbiew on WSH.
What's wrong with this script, I can run it everywhere EXCEPT my computer's Desktop.

var WS = WScript.CreateObject("WScript.Shell");

WScript.Echo("This is the script!");
WS.Run(WScript.ScriptFullName);
WS = "";


Thx tons!