Skip to content

eimon96/vbs2exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert VBS file to EXE

VBScript to executable for Windows 10


Installation

vbs2exe requires GCC version 6.3.0+ to run.

After gcc installation, if you are building the source code run the RunMe.bat file, otherwise read usage section.


Usage

Open cmd into the same directory of the vbs2exe.exe file and type:

vbs2exe <filename>

Where <filename> the name of the VBS file you would like to convert into the EXE. The file extension is optional. Name must be 20 characters long max.

Make sure the VBS file you want to convert is in the same directorry as the vbs2exe.exe file. The output EXE file will be placed into this directory with the exact same name as the original VBS file.

Attention! wscripts only!


Example

vbs2exe whatever
vbs2exe whatever.vbs
vbs2exe.exe whatever
vbs2exe.exe whatever.vbs

The output on all those cases will be whatever.exe


License

MIT


@author: eimon 😷