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

  1. Select Edit the System Environment Variables
  2. A System Properties dialog window should appear
  3. Select the very last option: "Environment Variables..."
  4. Select NEW at the bottom right
  5. Variable Name is "Prompt"
  6. Variable value: is the code above
  7. Click OK
  8. Click OK

Launch Command Prompt and you will now have the Texas Flag in front of the drive letter, and path.