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

TYPE

TYPE is a program that will show the contents of a file
without opening it for editing.

Syntax

type [Drive:][Path] FileName

Parameters

[ Drive : ][ Path ] FileName   : Specifies the location and
                                 name of the file or files
                                 that you want to view.
                                 Separate multiple file
                                 names with spaces.

Try entering TYPE MYFILE.DOC
and you should see the contents of the file you created
earlier.

Examples

To display the contents of a lengthy file one screen at a
time, type:

type holiday.mar | more

    

Batch File Commands

Current version

v.3.0

Get support

How To