|
demos in WSH |
| category: general |
|
|
Im learning this excellent tool (barf) need to make some install scripts for applications, am intrested in its graphics capabilities, any demo out there.
|
|
|
|
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 |
|
|
yea windows script host , thanks 4 comments
|
|
|
|
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&quo t;); |
|
|
|
Build your demo as an ActiveX object. Call it from WSH. There you go... |
|
|
|
Yeah. Like writing a batch file to run Debris. Nice... |
|
|
|
|