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

ECHO

Turns the command-echoing feature on or off, or displays a
message.

Syntax
      ECHO [ON | OFF] 
      ECHO [message] 
Key
   ON      : Display each line of the batch on screen (default).
   OFF     : Only display the command output on screen.
   message : a string of characters to display.

Used without parameters, echo displays the current echo setting.

In a batch file, the @ symbol is the same as ECHO OFF
applied to the current line only.

To echo a blank line on the screen, type:

echo.

Examples

If you want to turn echo off and you do not want to echo
the echo command, type an at sign (@) before the command as
follows:

@echo off 

You can use the if and echo commands on the same command
line. For example:

if exist *.rpt echo The report has arrived.

Cmd Commands

Current version

v.3.0

Get support