demos in WSH
category: general [glöplog]
Im learning this excellent tool (barf) need to make some install scripts for applications, am intrested in its graphics capabilities, any demo out there.
![BB Image](http://www.filetransferplanet.com/main/wp-content/uploads/2009/07/lolcat-funny-picture-moderator1.jpg)
![BB Image](http://www.filetransferplanet.com/main/wp-content/uploads/2009/07/lolcat-funny-picture-moderator1.jpg)
Howzabout dem links if one is too drunk to guugels?
have googled, nothing just using wsh alone, anybody got a link they can put up pls
if google doesn't know it, how could somebody else know?
wsh = windows script host?
i know there only the way to use it with a .hta or cscript in console
i know there only the way to use it with a .hta or cscript in console
yea windows script host , thanks 4 comments
![BB Image](http://www.devzoo.com/images/monkey.jpg)
![BB Image](http://www.devzoo.com/images/monkey.jpg)
After taking a quick look at the WSH documentation I'm not sure if you could even do a console demo with it, let alone some thing graphical...
It's just a script, sure you could do demos if you just had some proper objects installed in your system. I did some ActiveX wrappers for couple of intros in 1996, but I didn't know they would be handy now...
Best demo ever for WSH:
WScript.CreateObject("WScript.Shell").Run("http://pouet.net");
Best demo ever for WSH:
WScript.CreateObject("WScript.Shell").Run("http://pouet.net");
Build your demo as an ActiveX object. Call it from WSH. There you go...
Yeah. Like writing a batch file to run Debris. Nice...