Table of Contents

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: