Guest User

Untitled

a guest
Oct 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. A less annoying DOS prompt.
  2.  
  3. Splits the prompt into multiple lines and identifies the current user / hostname.
  4.  
  5. The actual prompt line is only preceded by a greater-than followed by a space,
  6. making commands typed significantly more readable.
  7.  
  8. A line of dashes cleanly separates the prompt from output from a previous command.
  9.  
  10. SET PROMPT=--------------------$_%USERNAME%@%computername% $_$M$p$_$_$+$g$S
  11.  
  12. Example:
  13.  
  14. Microsoft Windows [Version 6.1.7601]
  15. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  16.  
  17. --------------------
  18. myusername@MYCOMPUTERNAME
  19. C:\Users\myusername
  20. >
Add Comment
Please, Sign In to add comment