ExeScript  

ExeScript 3.0

Convert Batch to EXE - BAT to EXE Converter, Bat2Exe


Create secured stand-alone applications from BAT, VBS, JS, WSF, WSH or HTA scripts.
ExeScript is a program that quickly converts batch files (.bat), VBScript, JScript, WSF, WSH and HTA scripts to executable files (.exe). It also protects contents of .bat, .vbs, .js, .wsf, .wsh and .hta files from being changed by other users accidentally or intentionally.


Download  Purchase Now

TITLE

Changes the title of the command window.

Syntax 
      TITLE [string]

Key
   string : The title for the command prompt window.

Once set, the window title can be reset with the title
command only.

To use the window title for batch programs, include the
title command at the beginning of a batch program.

The START command, used to start a program in a separate
window also has an option to specify a title for the new
Window.

Examples

cls
@echo off
title Updating Files
copy \\server\share\*.xls c:\users\common\*.xls
echo Files Updated.
title Command Prompt

Cmd Commands

Current version

v.3.0

Get support