VBS to EXE - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8) +---- Thread: VBS to EXE (/showthread.php?tid=550) |
VBS to EXE - brco900033 - 07-03-2012 Ok, this is maybe a bit too much but I want to make a program and that needs a VBS to EXE converter. I haven't found anything about that on the internet. So I was wondering if someone could help me. I know I might ask too much but you always have to try... Re: VBS to EXE - brandonio21 - 07-03-2012 A VBS to EXE converter? Hm. Well, as far as I know, VBS is strictly a runtime scripting language, meaning that it can only be executed as the user types in commands. Therefore, I do not think it is possible to actually convert VBS script into actual .EXE files. I think your best bet on the matter would be to convert the VBS code to VB.NET or VB and use the executable that those provide. Re: VBS to EXE - brco900033 - 07-04-2012 I found this little application: http://www.xneat.com/application-builder/index.htm. I have tested it and it worked so I wanted to make something similar. But you certainly hepled me out! I'm going to find something with the VB file. Thanks! Re: VBS to EXE - perepelkin - 12-15-2012 It's possible with ExeScript - <!-- m --><a class="postlink" href="http://www.scriptcode.com/">http://www.scriptcode.com/</a><!-- m -->. No files will be extracted during execution of EXE. It's true only for VBS and JS scripts |