PDA

View Full Version : Compile a WSH VBS file?



stingray
01-04-2002, 05:28 AM
I'm a newbie to wsh, have many questions.

To start, can I compile a WSH .VBS file into a self executable .EXE??

Also, is it possible to display webpages and / or communicate with online data through WSH? As I would like to integrate my online wysiwyg text editor into a wsh self executable.

Simple? Any help with either or both questions is much appreciated. Thanks!

darkness
01-07-2002, 02:49 PM
Nope no compling WSH files. What MS is recommending is to Sign scripts if your looking for security or you can also encode your scripts. With Remote scripting it is recommended to make sure your server have WSH remote scripting turned off.

Michael McLaughlin/images/forums/icons/smile.gif
Systems Manager
Minnesota State University Mankato

govi
01-09-2002, 12:00 AM
It is possible to convert a WSH VBS file into a EXE
Check this out....
http://home.att.net/~geekStuff/TurnScriptIntoExePage.htm

darkness
01-09-2002, 04:32 PM
What they really are doing is converting the script to VB and then compiling in VB. Which was always possible but there is not a complier specifically for VBS & WSH files.



Michael McLaughlin/images/forums/icons/smile.gif
Systems Manager
Minnesota State University Mankato