SkillAgentSearch skills...

Vbs2exe

Convert VBS file to EXE

Install / Use

/learn @eimon96/Vbs2exe
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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


Contributors

<img src="https://github.com/eimon96.png" width="48"> <img src="https://github.com/1dao.png" width="48">

@author: eimon 😷

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated2mo ago
Forks5

Languages

C

Security Score

95/100

Audited on Jan 11, 2026

No findings