|
Xpounded Component for Shell work
This WSC component is a nice wrapper for several shell calls, and more.
The main purpose of this snippit is to encode script so it can be called at will by any
COM aware language (including VBS and JavaScript).
Don't forget to register the component before using it: - Right-click on the wsc file and select register.
This same code can be found on this site in VBS, JavaScript, and as a WSC Comnponent.
(Refresh this page if you can't see the copyright at the bottom. It means the page did not load properly)
Use VBS: Dim shl
Set shl = createObject("rstools1.shellplus")
Use JavaScript: var shl = new ActiveXObject("rstools1.shellplus")
Save this file as rstools1.wsc     Use it freely
 Select All
No HTML to View
|
|