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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vbscript to hide code

Status
Not open for further replies.

Techie64

Technical User
Mar 22, 2005
29
US
Can a vbscript be made into a stand-alone executable like a C++ program? This is for the purpose of hiding the code. Is this possible, or will I need to use another program to call the script? Thanks.
 
You could convert it to a regular VB EXE and compile it that way....
 
Microsoft offers a script encoder, but there are also cracks for this available on the Internet if someone wants to decrypt the source.

Compiling in VB it is the only way to really accomplish this, as far as I know.

Lee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top