LoginSignup
0
0

More than 5 years have passed since last update.

Windowsのcmdのprompt文字を変える

Posted at

PowerShellになじめない者です。

コマンドプロンプト(cmd)でプロンプトを変えたい場合、prompt コマンドで置き換えます。

例:タイムスタンプとカレントディレクトリを出しつつ、改行も入れる

prompt $C$D $T$F $P$_$G 

こんな感じになります。

(2018/06/28 19:47:12.53) C:\Users\fukasawah
> 

また、環境変数 PROMPT にセットすれば、cmd起動時のpromptを指定できます。

bash等ほどカスタマイズできないのが残念です。(コマンドを実行したりしたかった。)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0