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

COLOR

Changes the background and text colors in a DOS window. Use
COLOR followed by a two digit hex code. The first is the
background, the second is the text.

Syntax

color [fb]

Parameters

fb   : Sets the foreground f and background g colors.

0 = Black8 = Gray
1 = Blue9 = Light Blue
2 = GreenA = Light Green
3 = AquaB = Light Aqua
4 = RedC = Light Red
5 = PurpleD = Light Purple
6 = YellowE = Light Yellow
7 = WhiteF = Bright White
You cannot set both attributes to the same color. Examples To change the Command Prompt window foreground color to red and background to white, type: color FC COLOR 70 reverses the default setting.

Batch File Commands

Current version

v.3.0

Get support

How To