WScript
How do you access the WScript object and its methods from a script runing "inside" winamp?
More specifically, I need to run "wscript.sleep 1000" within a "startup_xxx.vbs" script. I get a message "Object Requred: Wscript". I tried "Set WScript = CreateObject("WSH.WScript").
|