VbsToExe is a command line application that converts VB-Scripts into an executable.
Usage:
vbstoexe [ -c | -e ] [ -v ] [ -p "password" ] [ filename ]
-c --convert Convert a VB-Script into an executable -e --extract Extract the original VB-Script -h --help Print help -p --password Protect the script with a password -v --version Print version number
|