Friday, April 13, 2007

How to Convert/Compile VBS or JS Script to EXE with ExeScript

There are a lot of situations when it may be necessary to compile and convert VBS or JS script to exe. You may often need to protect the content of the script from other people, protect it against being modified by other users, make it easier to run it.

New convertion tool "ExeScript 3" can convert any VBS/JS (and also HTA, BAT, CMD) to EXE.

VBS and JS script can be compiled into EXE. Just set "Execution Type" = Compile.

This feature allows you to execute your application right from memory. In this case, the security of the script is enhanced since it is virtually impossible to see its content. Also, it allows you to considerably speed up the execution of applications. This compilation type is recommended to be used in case you need maximum protection for your script, for example, if passwords are used in the script.

This feature is available ONLY in ExeScript. Other tools will extract your script to disk.

The main advantage of script conversion is that operations made by the script will become invisible and secret for others. Besides, you can use ExeScript to convert the script together with the Silent Mode feature. In this case, the execution of the script will also remain unnoticed!

Convert and compile VBS or JS script to exe

1 comment:

Anonymous said...

Great work.