Posts: 96
	Threads: 39
	Joined: Sep 2011
	
Reputation: 
0
	 
 
	
	
		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...
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,006
	Threads: 111
	Joined: Jul 2010
	
Reputation: 
1
	 
 
	
	
		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.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1
	Threads: 0
	Joined: Dec 2012
	
Reputation: 
0
	 
 
	
	
		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