Board logo

标题: [文本处理] [已解决]请问批处理输出字符如何带上颜色 [打印本页]

作者: habulu    时间: 2017-10-22 16:35     标题: [已解决]请问批处理输出字符如何带上颜色

比如我要输出:
abcdefg

其中bc显示为红色,其他颜色不变
作者: CrLf    时间: 2017-10-22 16:49

http://www.bathome.net/redirect. ... 11411&pid=72561
作者: 老刘1号    时间: 2017-10-22 17:25

PS中的野生方法(某天突发奇想,翻PS ISE后找到的。适用于win7+,可以显示*<>?等文件名中不能有的字符):
  1. PowerShell -c Write-Host [-BackgroundColor 背景色] [-ForegroundColor 前景色] <"字符串"> [-nonewline]
复制代码
楼主的要求代码实现:
  1. @echo off
  2. Set /p "=a"<Nul
  3. PowerShell -c Write-Host -ForegroundColor 12 "bc" -nonewline
  4. Set /p "=defg"<Nul
  5. Echo.
  6. Pause
复制代码

作者: CrLf    时间: 2017-10-22 17:57

用第三方工具 ansicon、EchoX、eecho 等也可以
http://www.bathome.net/s/tool/?k ... 0%E6%98%BE%E7%A4%BA
作者: 523066680    时间: 2017-10-22 18:49

  1. our ($font, $size) = ("C:/windows/fonts/STXINGKA.TTF", 20);
  2. draw_string("请问输出字符如何带上颜色?");
复制代码

作者: happy886rr    时间: 2017-10-23 21:54

参见第三方pr地址http://bbs.bathome.net/thread-45167-1-1.html
  1. > pr -e"\CW\Cel\Cco\Cm\Ce to \CBat\CHom\Ce" "1|4|8" "1|2|8" "1|8" "2|8" "1|4|8" "1|2" "1|4|8" "1|2|8"
复制代码





欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2