Batch Script - START


Advertisements


This batch command starts a program in new window, or opens a document.

Syntax

START “programname”

Example

@echo off
start notepad.exe

Output

When the batch file is executed, a new notepad windows will start.


batch_script_commands.htm

Advertisements