Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Cscript を使用して、マルチカラーのテキストをコンソールに表示しようとしています。
WScript.Echo('\033[31m' + 'Some Text' + '\033[0m');
この解決策は機能しません。マルチカラーのテキストをコンソールに表示する方法はありますか?
テキストの色/前景の変更はサポートされていません。
背景色を変更できます。
te.SetRGBEntry(9, 16711680);
ライトブルーに変更いたします。