Dos - Start Command

Card Puncher Data Processing

Dos - Start Command

About

Starts a (separate|independent) window to run a specified batch script, program or command.

It ensures that the process detaches from the console window, which allows the command to run concurrently.

Syntax

start "<title>" <command> <parameters>

where:

Example

start cmd /k "pause & echo Yo"

where:





Discover More
Card Puncher Data Processing
Dos - Call (Subroutine, function)

The command “call” calls: one batch script passing the (variable|execution) context (the environment variable) a label (ie function) START where: argument The CALL command now accepts...



Share this page:
Follow us:
Task Runner