exescript CONVERTER
Convert Scripts into Secured Executable Files
Make your BAT, VBS, JScript, WSF, WSH, and HTA scripts easy to run and secure to distribute by converting them into stand-alone Windows executables! Supporting a number of scripting and command-line languages.
ExeScript Useful Features
ExeScript's built-in editor has the following features:
- InteliSence hints for object elements.
- OutLine - collapsing logically related parts of code (for example, functions, and loops).
- Highlighting keywords, syntax highlighting.
- Undoing/redoing the last actions.
- Copying and pasting text from the clipboard.
- Searching the contents of the file.
Silent Mode
Silent Mode makes the script invisible to other users. Script execution will remain unnoticed. Users will not see any windows and confirmation dialog boxes.
Note: This option is unavailable for an HTA file.
Resource Files
Resources constitute an important part of any application: icons, images, files, folders, and other objects that make working in Windows so comfortable. With ExeScript, you can add resource files to your exe application so you can use these resources from your program.
Execution Type
You can execute your application directly from memory. In this case, the security of the script is enhanced since it is virtually impossible to see its content. Also, you can considerably speed up the execution of applications.
Script Type
You can specify the script type - window or console.
Work Directory
You can specify the location where the application will be executed. The specified path will also be used to unpack additional resource files if they are included in the application.
Version Info
You can use Version Info to specify information about the developer and the application.
Command Line
You can specify the command line that will be executed together with the application.
Password-protected launch
With ExeScript, you can create an application whose launch is protected with a password so it will not be run without authorization.
Executable compression
ExeScript compresses the executable file to make the .exe application as small as possible. This helps prevent direct disassembly.



