This batch command displays or sets the path variable.
PATH
@echo off Echo %PATH%
The value of the path variable will be displayed in the command prompt.