HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- menu creator
Operating System - HP-UX
1834150
Members
2368
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 05:42 AM
10-07-2003 05:42 AM
Is anyone aware of an HP-UX utility that generates menus? Is it a standard command or an application that needs to be installed? I remember hearing something about this years ago.
Thanks
Mark
Thanks
Mark
Live Long And Prosper
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 05:48 AM
10-07-2003 05:48 AM
Re: menu creator
You can create custom menus in sam and use restricted sam to grant access. Is that what you are looking for?
--Jim
--Jim
"Everyone can be taught to sculpt: Michelangelo would have had to be taught how not to. So it is with the great programmers."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 05:52 AM
10-07-2003 05:52 AM
Solution
Mark,
Possibly you're referring to the "select/case" construct. It goes something like this:
PS3="Enter your selection"
select blah in "blah1 blah2 blah3"
do
case $blah in
"blah1" )
do something
"blah2" )
do something else
"blah3" )
do some other thing
"Exit" )
echo exiting...
exit 0;;
* )
echo "Please try again"
esac
done
See the attached example.
Pete
Pete
Possibly you're referring to the "select/case" construct. It goes something like this:
PS3="Enter your selection"
select blah in "blah1 blah2 blah3"
do
case $blah in
"blah1" )
do something
"blah2" )
do something else
"blah3" )
do some other thing
"Exit" )
echo exiting...
exit 0;;
* )
echo "Please try again"
esac
done
See the attached example.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 06:10 AM
10-07-2003 06:10 AM
Re: menu creator
Yes. The SELECT was what I was referring to. Thanks a bunch Pete. I'll also look at the SAM option. Thanks James.
Live Long And Prosper
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP