|
yjf2006
初级用户
 
积分 84
发帖 30
注册 2006-9-12
状态 离线
|
『楼 主』:
dos下颜色怎么设置?
使用 LLM 解释/回答一下
最近看到几个代码 知道了color 2f 背景绿色
color 0c 字体为红色
其他的颜色怎么设置?先谢谢各位打人赐教!
Recently I saw a few codes and learned that color 2f sets the background to green, color 0c sets the font to red. How to set other colors? Thanks in advance to all the masters for teaching!
|
|
2006-9-15 11:42 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
color /?
只能显示16色吧
color /?
Can only display 16 colors, right
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-9-15 21:21 |
|
|
yjf2006
初级用户
 
积分 84
发帖 30
注册 2006-9-12
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
试验了一下 ,果然如此。谢谢electronixtar
Tried it out, and sure enough. Thanks, electronixtar
|
|
2006-9-17 12:27 |
|
|
gd742
新手上路

积分 8
发帖 3
注册 2006-12-12
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
有没有在DOS下全屏测试屏幕的软件呀
Is there any software for full - screen testing the screen under DOS?
|
|
2006-12-12 03:30 |
|
|
tonypioneer
新手上路

积分 8
发帖 3
注册 2007-2-1
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
格式:color ab
说明:a为背景色,b为字体色,a、b的值为0~f,用的是十六进制,每个数字代表一种颜色。
Format: color ab
Description: a is the background color, b is the font color. Both a and b are values from 0 to f, using hexadecimal, and each digit represents a color.
|
|
2007-2-5 04:17 |
|
|
tonypioneer
新手上路

积分 8
发帖 3
注册 2007-2-1
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
注意ab值不能相同,即背景、字体颜色不能一样。
Note that the values of a and b cannot be the same, that is, the background and font color cannot be the same.
|
|
2007-2-5 04:18 |
|
|
wsqooo
新手上路

积分 14
发帖 7
注册 2007-2-16
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
在应用程序中可以用VBE编程,得到丰富的色彩.
In the application, you can program with VBE to get rich colors.
|
|
2007-2-16 06:35 |
|
|
gne3
高级用户
    DOS学徒
积分 526
发帖 252
注册 2007-2-12
状态 离线
|
|
2007-2-17 02:27 |
|