<?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: Script help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282862#M180746</link>
    <description>Try a look at these threads:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=279226" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=279226&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=32741" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=32741&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 25 May 2004 07:36:15 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2004-05-25T07:36:15Z</dc:date>
    <item>
      <title>Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282859#M180743</link>
      <description>hi masters,&lt;BR /&gt;    Pl. help me to cconver the following part of unix shell script in dos batch file.&lt;BR /&gt;&lt;BR /&gt;----------X-----------&lt;BR /&gt;echo "Enter FileName :\c "&lt;BR /&gt;read FN&lt;BR /&gt;echo "FileName $FN"&lt;BR /&gt;----------X-----------&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 May 2004 03:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282859#M180743</guid>
      <dc:creator>Ashwin_4</dc:creator>
      <dc:date>2004-05-21T03:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282860#M180744</link>
      <description>@ECHO off&lt;BR /&gt;set FN=&lt;BR /&gt;set /p FN=Enter FileName &lt;BR /&gt;ECHO FileName "%FN%"  &lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Fri, 21 May 2004 04:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282860#M180744</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-05-21T04:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282861#M180745</link>
      <description>hi, Can we echo character on screen with color background?</description>
      <pubDate>Tue, 25 May 2004 07:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282861#M180745</guid>
      <dc:creator>Ashwin_4</dc:creator>
      <dc:date>2004-05-25T07:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282862#M180746</link>
      <description>Try a look at these threads:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=279226" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=279226&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=32741" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=32741&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 25 May 2004 07:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282862#M180746</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-05-25T07:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282863#M180747</link>
      <description>DOS is not a terminal emulator so it has no easy capability to change colors on the screen. In a modern DOS window, you have the ability to change the entire window color scheme (click on the little icon in the upper left corner and select Properties). You can (with some effort) do some things with DOS colors. Here is a reference: &lt;A href="http://www.robvanderwoude.com/index.html" target="_blank"&gt;http://www.robvanderwoude.com/index.html&lt;/A&gt;</description>
      <pubDate>Tue, 25 May 2004 07:37:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282863#M180747</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-05-25T07:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282864#M180748</link>
      <description>With DOS you can change screen colors, but as I recall (and it's been a while it requires load ansi.sys in the config.sys.</description>
      <pubDate>Thu, 27 May 2004 08:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282864#M180748</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2004-05-27T08:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Script help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282865#M180749</link>
      <description># Color Normal&lt;BR /&gt;foreground Bold&lt;BR /&gt;foreground Background &lt;BR /&gt;0 Black &lt;ESC&gt;[30m &lt;ESC&gt;[1;30m &lt;ESC&gt;[40m &lt;BR /&gt;1 Red &lt;ESC&gt;[31m &lt;ESC&gt;[1;31m &lt;ESC&gt;[41m &lt;BR /&gt;2 Green &lt;ESC&gt;[32m &lt;ESC&gt;[1;32m &lt;ESC&gt;[42m &lt;BR /&gt;3 Yellow &lt;ESC&gt;[33m &lt;ESC&gt;[1;33m &lt;ESC&gt;[43m &lt;BR /&gt;4 Blue &lt;ESC&gt;[34m &lt;ESC&gt;[1;34m &lt;ESC&gt;[44m &lt;BR /&gt;5 Magenta &lt;ESC&gt;[35m &lt;ESC&gt;[1;35m &lt;ESC&gt;[45m &lt;BR /&gt;6 Cyan &lt;ESC&gt;[36m &lt;ESC&gt;[1;36m &lt;ESC&gt;[46m &lt;BR /&gt;7 White &lt;ESC&gt;[37m &lt;ESC&gt;[1;37m &lt;ESC&gt;[47m &lt;BR /&gt;Note: Use the COLOR command or CMD /T to set the default text colors in NT command line sessions &lt;BR /&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;&lt;/ESC&gt;</description>
      <pubDate>Thu, 27 May 2004 08:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-help/m-p/3282865#M180749</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2004-05-27T08:07:38Z</dc:date>
    </item>
  </channel>
</rss>

