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

PATH

Sets a directory search order, a batch command. Displays or
sets a search path for executable files.

Syntax
      PATH pathname [;pathname] [;pathname] [;pathname]...
      PATH
      PATH ;

Key
   pathname : drive letter and/or folder
    ;       : the command 'PATH ;' will clear the path

Used without parameters, PATH displays the current command
path.

When used as the only parameter, ; deletes the existing
command path value found in the PATH variable.

The operating system always searches in the current
directory first, before it searches the directories in the
command path.

Examples

The following command specifies that Windows is to search
three directories to find external commands.

path c:\reports\sales;b:\reports\may;b:\txt

Cmd Commands

Current version

v.3.0

Get support