Batch Script - CMD


Advertisements


This batch command invokes another instance of command prompt.

Syntax

cmd

Example

@echo off 
cmd

Output

Another instance of command prompt will be invoked.


batch_script_commands.htm

Advertisements