Forrest logo
back to context overview

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 machine
    explain this command
  • path:tldr:8ab65 path: Append a new directory to the original path.
    $ path ${path\to\directory};%path%
    try on your machine
    explain this command
  • path:tldr:a1620 path: Set command prompt to only search the current directory for executables.
    $ path ;
    try on your machine
    explain this command
  • path:tldr:d6fe1 path: Display the current path.
    $ path
    try on your machine
    explain this command
back to context overview