ExeScript  

ExeScript 3.0

ExeScript Batch to EXE - Batch File Commands, Cmd Commands, Command Prompt


Create secured stand-alone applications from BAT, VBS, JS, WSF, WSH or HTA scripts.
ExeScript is a useful and efficient program with which you convert different scripts to executable files (.exe). It supports such script types as Batch (BAT), VBScript (VBS), JavaScript (JS), WSF, Windows Script Host (WSH), and HTML Application (HTA) files. You can protect the contents of .bat, .vbs, and .js files from modification by other users with ExeScript.


Download  Purchase Now

CALL

Calls a batch file or program from within a batch file. The
calling batch file does not continue until contol is
returned by the program/file being called.

Syntax

call [[Drive:][Path] FileName [BatchParameters]] [:label [arguments]]

Parameters

[ Drive : ][ Path ] FileName   : Specifies the location and
                                 name of the batch program
                                 you want to call.

BatchParameters   : Specifies any command-line information
                    required by the batch program, including
                    command-line options, file names, batch
                    parameters, or variables.

: label   : Specifies the label to which you want a batch
            program control to jump.

arguments   : Specifies any command-line information that
              you pass to the new instance of the batch
              program that begins at :label, including
              command-line options, file names, batch
              parameters, or variables.

Examples

Calls another batch file and then returns control to the
first when done.
CALL C:\WINDOWS\NEW_BATCHFILE.BAT

Call another program
CALL C:\calc.exe
    

Batch File Commands

Current version

v.3.0

Get support

How To