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

GOTO

Within a batch program, directs Windows to a line identified
by a label. When the label is found, it processes the
commands that begin on the next line.

Syntax
      GOTO label 

Key
   label : Specifies the line in a batch program that you
           want to go to.

To exit a batch script file or exit a subroutine specify
GOTO:eof this will transfer control to the end of the
current batch file, or the end of the current subroutine.

Examples

echo off
format a: /s
if not errorlevel 1 goto end
echo An error occurred during formatting.
:end
echo End of batch program.

Cmd Commands

Current version

v.3.0

Get support