
Texas Flag Command Prompt
I discovered this long time ago back in the DOS 3.22 era.
Using ANSI.SYS I could program the DOS Prompt to show not only the drive letter and path, but have the Texas Flag in front of it, like this:
PROMPT $e[1;44m*$e[41m▀▀$e[0;1m $P$G
This line of code can still be used in Windows 10 and 11 in the Environment Variables.
Click the Windows Icon, and search for
Environment Variables
- Select Edit the System Environment Variables
- A System Properties dialog window should appear
- Select the very last option: "Environment Variables..."
- Select NEW at the bottom right
- Variable Name is "Prompt"
- Variable value: is the code above
- Click OK
- Click OK
Launch Command Prompt and you will now have the Texas Flag in front of the drive letter, and path.