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

convert vbscript to exe file

Status
Not open for further replies.

billbose

Programmer
Jan 15, 2001
66
US
How to convert a script written in vbscript to a windows executable so that i dont need to use the windows scripting host to run it.
 
You must re-write it in another language (ie. C, C++, C#, etc.)

[blue]"Well, once again my friend, we find that science is a two headed beast. One head is nice, it gives us aspirin and other modern conveniences,...but the other head of science is BAD! Oh, beware the other head of science, Arthur; it bites!!" - The Tick[/blue]
 
Easiest conversion might be to VB6.

But no matter what you'll probably need to deploy something with it: VB runtimes, .Net Framework, etc. May as well use WSH and deploy it.

Something like C or Delphi can create fairly self-contained EXEs though. Even with C++ there are runtime libraries you may need.
 
i dont need to use the windows scripting host to run it.
WSH 5.6 is part of IE 6 sp1 update pack.

Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top