user789327
user789327

Reputation:

How to increase the left padding on a Windows command prompt?

The 0 padding on the left side is pretty distracting. Is there a script to do this?

Upvotes: 4

Views: 2107

Answers (1)

Yuriy Galanter
Yuriy Galanter

Reputation: 39777

Old DOS Prompt command still work. Type in you command prompt window:

prompt $p$g   

with however many spaces after $p$g you want padding to be. This will last for the duration of the command prompt session. To make it stick edit/add PROMPT to your environmental variables:

PROMPT Variable

Upvotes: 2

Related Questions