Windows/Prompt: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with "Change the default command line prompt to include a space: setx /m PROMPT "$P$G "")
 
No edit summary
 
Line 1: Line 1:
Change the default command line prompt to include a space:
Change the default command line prompt to include a space:


  setx /m PROMPT "$P$G "
  setx PROMPT "$P$G " /M

Latest revision as of 15:51, 15 April 2025

Change the default command line prompt to include a space:

setx PROMPT "$P$G " /M