<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Colors using DCL in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780834#M34224</link>
    <description>The attached procedure will show you common ANSI standard foreground and background colors.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Aaron</description>
    <pubDate>Mon, 12 Jun 2006 18:46:21 GMT</pubDate>
    <dc:creator>Aaron Sakovich</dc:creator>
    <dc:date>2006-06-12T18:46:21Z</dc:date>
    <item>
      <title>Colors using DCL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780829#M34219</link>
      <description>Is it possible/how do I incorporate the use of colors in DCL?  For example, if I wanted the output highlighted in a certain color, what command series would I use?</description>
      <pubDate>Tue, 02 May 2006 08:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780829#M34219</guid>
      <dc:creator>Katherine Elliott</dc:creator>
      <dc:date>2006-05-02T08:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Colors using DCL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780830#M34220</link>
      <description>Hi Katherine, it is possible. Please find enclosed a simple "lazy" example file.&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;John.</description>
      <pubDate>Tue, 02 May 2006 08:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780830#M34220</guid>
      <dc:creator>John Abbott_2</dc:creator>
      <dc:date>2006-05-02T08:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Colors using DCL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780831#M34221</link>
      <description>For lots of information on VT escape sequences then see&lt;BR /&gt;&lt;A href="http://www.vt100.net/" target="_blank"&gt;http://www.vt100.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for more infomation about VTxxx terminals and escape sequences than you ever want to know see&lt;BR /&gt;&lt;A href="http://www.cs.utk.edu/~shuford/terminal/dec.html" target="_blank"&gt;http://www.cs.utk.edu/~shuford/terminal/dec.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and for those who are really obessed about escape sequences&lt;BR /&gt;&lt;A href="http://bjh21.me.uk/all-escapes/all-escapes.txt" target="_blank"&gt;http://bjh21.me.uk/all-escapes/all-escapes.txt&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 May 2006 09:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780831#M34221</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-05-02T09:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Colors using DCL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780832#M34222</link>
      <description>Katherine,&lt;BR /&gt;&lt;BR /&gt;... and for ease of use I always have the potentially usefull terminal escape sequences (in DCL symbol formatting) in a file, aptly calle ESV.INC, which I incluse at the bottom of my command files, and then GOSUB to define them.&lt;BR /&gt;At least, now I have symbols like R_ON, FEL, KNIP, ROOD  (for reverse_on, high-intensity ( = fel in Dutch) flashing, ( = KNIPperend, red ( = rood). BIGU and BIGL mean BIG-upperhalf and BIG-lowerhalf. You make up any you like for yourself.&lt;BR /&gt;Find them once, use them forever....&lt;BR /&gt;&lt;BR /&gt;Hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me (maybe at the Bootcamp in Nashua?)&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 02 May 2006 09:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780832#M34222</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-05-02T09:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Colors using DCL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780833#M34223</link>
      <description>The attached procedure is ancient, dating from the early 80's, but may be of some use. It sets each of the 4 colours that could be used on VT240's and VT340's to any one of 64 values. &lt;BR /&gt;You may find some of the DCL and escape strings to be of some value, or maybe not...</description>
      <pubDate>Thu, 04 May 2006 17:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780833#M34223</guid>
      <dc:creator>John Travell</dc:creator>
      <dc:date>2006-05-04T17:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Colors using DCL</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780834#M34224</link>
      <description>The attached procedure will show you common ANSI standard foreground and background colors.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Aaron</description>
      <pubDate>Mon, 12 Jun 2006 18:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/colors-using-dcl/m-p/3780834#M34224</guid>
      <dc:creator>Aaron Sakovich</dc:creator>
      <dc:date>2006-06-12T18:46:21Z</dc:date>
    </item>
  </channel>
</rss>

