path
- help path
Output:
実行可能ファイルの検索パスを表示または設定します。
PATH [[ドライブ:]パス[;...][;%PATH%]]
PATH ;
パラメーターとして ; (セミコロン) だけを指定すると、すべての検索パスはクリアされて
現在のディレクトリだけが検索されます。
パラメーターの指定がなければ、現在のパスが表示されます。
新しいパス設定に %PATH% を指定すると、前のパスが新しい設定に追加されます。
Displays or sets a search path for executable files.
PATH [[drive:]path[;...][;%PATH%]
PATH ;
Type PATH ; to clear all search-path settings and direct cmd.exe to search
only in the current directory.
Type PATH without parameters to display the current path.
Including %PATH% in the new path setting causes the old path to be
appended to the new setting.
Return Code: 1