First, we will be engaged in showing a path,
then we will advance to setting a path.
To show the path in CMD, use these commands:
PATH
or
SET PATH
(the last command adds info about path extensions, such as .COM;.EXE;.BAT;.CMD, etc)
If you want to show a path in a fine manner (row by row), use the next formula:
echo %PATH:;=&echo.%
then we will advance to setting a path.
To show the path in CMD, use these commands:
PATH
or
SET PATH
(the last command adds info about path extensions, such as .COM;.EXE;.BAT;.CMD, etc)
If you want to show a path in a fine manner (row by row), use the next formula:
echo %PATH:;=&echo.%
Комментариев нет:
Отправить комментарий