VbsToExe a free way to convert vbs to exe

VbsToExe is a command line application that converts VBScript files into executables.

The created program executes the VBScript-code from memory using Ms-ScriptControl.
It hides the content of the VBScript-file and optionally protects them with a password.
Usage:
VbsToExe [ -c | -e ] { -p "password" } [ VBScript | Script-Exe ]

-c  –  [convert the VBScript file into an executable]

-e  –  [extract the source]

-h  –  [print help]

-p  –  [protect the program with a password]

-v  –  [print version]

More information http://www.f2ko.de/English/v2e/index.php

[tags]scripts, vbscript[/tags]