1

Я изменил значение %PROMPT% , и теперь некоторые вещи не работают. Каково его значение по умолчанию?

1 ответ1

3

Значением по умолчанию является $P$G

Возможные special codes могут отображаться в командной prompt /?:

>prompt /?
Changes the cmd.exe command prompt.

PROMPT [text]

  text    Specifies a new command prompt.

Prompt can be made up of normal characters and the following special codes:

  $A   & (Ampersand)
  $B   | (pipe)
  $C   ( (Left parenthesis)
  $D   Current date
  $E   Escape code (ASCII code 27)
  $F   ) (Right parenthesis)
  $G   > (greater-than sign)
  $H   Backspace (erases previous character)
  $L   < (less-than sign)
  $N   Current drive
  $P   Current drive and path
  $Q   = (equal sign)
  $S     (space)
  $T   Current time
  $V   Windows version number
  $_   Carriage return and linefeed
  $$   $ (dollar sign)

If Command Extensions are enabled the PROMPT command supports
the following additional formatting characters:

  $+   zero or more plus sign (+) characters depending upon the
       depth of the PUSHD directory stack, one character for each
       level pushed.

  $M   Displays the remote name associated with the current drive
       letter or the empty string if current drive is not a network
       drive.

Переменная среды prompt не появилась в упомянутом вами диалоговом окне. Я нашел значение через echo %prompt% . Вам, вероятно, следует удалить запись переменной среды, если она появляется, что должно быть достаточно, чтобы вернуться к значениям по умолчанию. В любом случае, это не должно быть в пользовательских переменных по умолчанию.

Мои пользовательские переменные определяют только TEMP и TMP .

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .