path
Windows CMD · System · available in the simulator
What it does
Displays or sets the PATH variable.
Syntax
path [[unidad:]ruta[;...]] | path ;
Options and parameters
;Clears the PATH variable entirely for the session.
%PATH%References the current value to append paths without losing existing ones.
path C:\Tools;%PATH%
Usage examples
pathpath C:\Tools;%PATH%