
path
List of commands for path:
-
path:tldr:6f33f path: Set the path to one or more semicolon-separated directories.$ path ${path\to\directory1 path\to\directory2 ---}try on your machineexplain this command
-
path:tldr:8ab65 path: Append a new directory to the original path.$ path ${path\to\directory};%path%try on your machineexplain this command
-
path:tldr:a1620 path: Set command prompt to only search the current directory for executables.$ path ;try on your machineexplain this command