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

ENDLOCAL

Ends localization of environment changes in a batch file,
restoring environment variables to their values before the
matching setlocal command.

Syntax
      ENDLOCAL

There is an implicit ENDLOCAL command at the end of a batch
file.

Ending the cmd.exe session will delete all Environment
Variables created with the SET command.

Examples

You can localize environment variables in a batch file. For
example:

@echo off

setlocal

path=g:\programs\myapp;%path%

call myapp>c:\myapp.out

endlocal

start notepad c:\myapp.out
      

Cmd Commands

Current version

v.3.0

Get support