VBScript to executable for Windows 10
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.
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!
vbs2exe whatever
vbs2exe whatever.vbs
vbs2exe.exe whatever
vbs2exe.exe whatever.vbs
The output on all those cases will be whatever.exe
@author: eimon 😷