Batch Script - SET



Displays the list of environment variables on the current system.

Syntax

Set

Example

@echo off 
set

Output

The above command displays the list of environment variables on the current system.

batch_script_commands.htm
Advertisements