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

Compile a script

Status
Not open for further replies.

thysonj

Programmer
Jul 6, 2001
240
US
Anyone know how to compile a script into an .exe?
VBscript isn't my thing and I can't figure it out. Do i need to run it through Visual Studio to do it?
 
My thought would be that you'd have to take your VBScript code, copy it into Visual Basic, and convert some formulas and minor things to VB, then compile that way.

I don't think there's any kind of "automatic conversion", because they are different languages, even though they are similar and share some common functions/such.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top