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

DOSKEY

Edits command lines, recalls Windows NT commands, and
creates macros.

Type in DOSKEY at the prompt, the DOSKEY program is now
loaded. DOSKEY keeps a history of all the commands you type
in each session so you can reuse them without typing them in
over and over again. You may view your history by hitting 
the Up-arrow on your keypad. DOSKEY is active in NT by
default, but not in WIN2K.

Examples

To create a batch program named Tmp.bat that contains
recently used commands, type:

doskey /history > tmp.bat

To create a macro that performs a quick and unconditional
format of a disk, type:

doskey qf=format $1 /q /u

    

Batch File Commands

Current version

v.3.0

Get support

How To