I tried some of these code, but not able to get color for space;..
If someone can help me to get the same result as on Windows 10.
Thank you very much !
Search found 2 matches
- 21 Aug 2018 00:29
- Forum: DOS Batch Forum
- Topic: color compatibility with Windows 10 and Windows 7
- Replies: 3
- Views: 4396
- 19 Aug 2018 23:17
- Forum: DOS Batch Forum
- Topic: color compatibility with Windows 10 and Windows 7
- Replies: 3
- Views: 4396
color compatibility with Windows 10 and Windows 7
Hello, I have the following code : @echo off mode 80, 22 cls echo. echo Test echo ____ echo. echo. echo [101;104m [1] coffee [0m echo [101;46m [2] Water [0m echo [101;41m [3] A bed [0m echo [101;93m [4] A car [0m echo. set CHOICE=goaway set /P CHOICE=What do you wish ? The result : https://pasteboar...