Batch Script - PATH



This batch command displays or sets the path variable.

Syntax

PATH

Example

@echo off 
Echo %PATH%

Output

The value of the path variable will be displayed in the command prompt.

batch_script_commands.htm
Advertisements