I need to compile a wmi vbscript to executable (to automate configuration in several computers). Any free vbscript compiler or any other suggestions?
|
|
Try http://www.xneat.com/application-builder/index.htm looks trusted |
||||
|
|
|
One thing I would be especially concerned about in doing this is you must really trust the product that is compiling the script. After all, what better way to embed a virus or worm than to offer a free compiler that compiles your VBScript into an unreadable executable. |
||||
|
|
|
Currently, the best known opensource client side vbscript is baleas2. If you are talking about server side vb like scripting, then the option list is very big as follows: instant-asp (ib4j-tomcat, java), rbsp (realbasic-server-pages), pbsp (purebasic-server-pages), run-basic (libertybasicscript), and so on with almost all the completely developed commercial alternatives to vb. Regarding other windows based opensource basic variant in the area of basicwebscripting currently are maven-sb4j, scriptbasic and gbs3 (gambas server pages). Then freebasic server pages may soon be yet another option in the future (after development for curl and proxyserver / fastcgi support). You may also try using maven-sb4j for jbasic, jabaco, scriptbasic-japi and yabasic-japi. |
||||
|
|
|
ok that's interesting i guess, and I fully understand your point! you can use the WSH Encoder here (Windows Script Host), it's for free you can encrypt your scripts and this way no one can read them (just the not curious ones!) and if you are looking for some strong and hard work also encryption you can try this book here |
|||
|
|
Try vbs to exe. It's command line but works fine. http://www.f2ko.de/programs.php?lang=en&pid=v2e |
|||
|
|