ExeScript  

ExeScript 3.0

ExeScript Batch to EXE - Batch File Commands, Cmd Commands, Command Prompt


Create secured stand-alone applications from BAT, VBS, JS, WSF, WSH or HTA scripts.
ExeScript is a useful and efficient program with which you convert different scripts to executable files (.exe). It supports such script types as Batch (BAT), VBScript (VBS), JavaScript (JS), WSF, Windows Script Host (WSH), and HTML Application (HTA) files. You can protect the contents of .bat, .vbs, and .js files from modification by other users with ExeScript.


Download  Purchase Now

ASSOC

Displays and modifies file extension associations. Simply
typing ASSOC will give you an alphabetical list of all the
file extensions and the file types/applications they are
associated with.
To change one enter ASSOC .file-ext=file-type

Syntax

assoc [.ext[=[filetype]]]

Parameters

. ext   : Specifies the file name extension.

filetype   : Specifies the file type with which you want to
associate the specified file name extension.

/?   : Displays help at the command prompt.

Examples

To delete the file type association for the file name exten
sion .txt, type:

assoc . txt =

To view the current file type association for the file name
extension .txt, type:

assoc .txt

    

Batch File Commands

Current version

v.3.0

Get support

How To