<?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: Menuing System in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578312#M650615</link>
    <description>#!/usr/bin/ksh&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;echo "enter num:\c"&lt;BR /&gt;read num1&lt;BR /&gt;&lt;BR /&gt;case $num1 in&lt;BR /&gt;1) /home/user/script1;;&lt;BR /&gt;2) /home/user/script2;;&lt;BR /&gt;3) /home/user/script3;;&lt;BR /&gt;*) ;;&lt;BR /&gt;...&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;????&lt;BR /&gt;&lt;BR /&gt;Please elaborate from this.&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Feb 2010 00:39:49 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2010-02-05T00:39:49Z</dc:date>
    <item>
      <title>Menuing System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578311#M650614</link>
      <description>Good afternoon all,&lt;BR /&gt;&lt;BR /&gt;Does anyone know of a menuing system that will run on HP-UX 11iv3 which will allow us to have multiple ways of viewing the same menus. Eg.: text based menus via telnet/ssh, html via a web browser or X based menus.&lt;BR /&gt;&lt;BR /&gt;These would then call scripts or programs on the unix box.&lt;BR /&gt;&lt;BR /&gt;I was hoping that the SMH custom menus may allow us this but they don't&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Chris.</description>
      <pubDate>Thu, 04 Feb 2010 15:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578311#M650614</guid>
      <dc:creator>Chrise3112</dc:creator>
      <dc:date>2010-02-04T15:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Menuing System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578312#M650615</link>
      <description>#!/usr/bin/ksh&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;echo "enter num:\c"&lt;BR /&gt;read num1&lt;BR /&gt;&lt;BR /&gt;case $num1 in&lt;BR /&gt;1) /home/user/script1;;&lt;BR /&gt;2) /home/user/script2;;&lt;BR /&gt;3) /home/user/script3;;&lt;BR /&gt;*) ;;&lt;BR /&gt;...&lt;BR /&gt;esac&lt;BR /&gt;&lt;BR /&gt;????&lt;BR /&gt;&lt;BR /&gt;Please elaborate from this.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Feb 2010 00:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578312#M650615</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-02-05T00:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Menuing System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578313#M650616</link>
      <description>That would work great on a terminal session... but not so good from a web page.&lt;BR /&gt;&lt;BR /&gt;I am after something that will work from multiple front ends.  Character for a terminal session, X for those with X terms (these 2 could possibly be the same) and also a web front end to present to more users.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 05 Feb 2010 08:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578313#M650616</guid>
      <dc:creator>Chrise3112</dc:creator>
      <dc:date>2010-02-05T08:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Menuing System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578314#M650617</link>
      <description>there used to be a commercial package based to tk/tc that did Xwindows and terminals.  I don't recall the name, and nothing in google rang a bell.&lt;BR /&gt;&lt;BR /&gt;There is TkMenu stuff for perl that looks interesting.&lt;BR /&gt;&lt;BR /&gt;Finding ONE package that does ALL THREE (terminal, XWindows and html) is probably going to be a problem.  as I noted, I've seen a package that does two of the three, but not all of them.&lt;BR /&gt;&lt;BR /&gt;You might want to google "perl tk menus" if you're up for writing your own....</description>
      <pubDate>Fri, 05 Feb 2010 15:41:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578314#M650617</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2010-02-05T15:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Menuing System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578315#M650618</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;That is a good starting point... it might be that we write a CGI script as well as the perl/tk one to achieve it.&lt;BR /&gt;&lt;BR /&gt;I was just being lazy ;)&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Fri, 05 Feb 2010 15:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578315#M650618</guid>
      <dc:creator>Chrise3112</dc:creator>
      <dc:date>2010-02-05T15:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Menuing System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578316#M650619</link>
      <description>There used to be dialog/xdialog that had identical front-ends to generate both a curses-based and X-based interface. But the issue will be the same as what was said previously, I don't know of any me too that will add in a web interface. &lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Fri, 05 Feb 2010 18:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578316#M650619</guid>
      <dc:creator>Olivier Masse</dc:creator>
      <dc:date>2010-02-05T18:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Menuing System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578317#M650620</link>
      <description>Nor me... but I thought I would ask :)</description>
      <pubDate>Fri, 05 Feb 2010 19:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/menuing-system/m-p/4578317#M650620</guid>
      <dc:creator>Chrise3112</dc:creator>
      <dc:date>2010-02-05T19:15:00Z</dc:date>
    </item>
  </channel>
</rss>

