Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compiling Scripts

Status
Not open for further replies.

mrnez

Technical User
Sep 11, 2002
37
0
0
GB
Hello

Is it possible to compile WSH scripts into executables ? Possibly using the VB6 compiler ??

Many Thanks in advance

Richard
 
Sorr for the confusion with the multiple posts, besides from a security point of view I wanted to compile a logon script I had wrote into an exe
 

You can encrypt it - but not compile it.
Keep in mind that this can be un-encrypted by someone who has read access to this - so I wouldn't include passwords or any sensitive information.

You could convert a vbs script to VB pretty easy, then compile it.

HTH,

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top