simulating a menu using shell programming like in windows.


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting simulating a menu using shell programming like in windows.
# 1  
Old 07-09-2002
simulating a menu using shell programming like in windows.

Hi Friends,

I would like to write a shell script in unix which displays a menu. The options in the menu needs to be chosen using the navigation keys(up arrow or down arrow). At present I am entering the menu option number for the option to be chosen. Can anybody give me an idea about how the menu can be used using the navigation keys.

Thanks
# 2  
Old 07-09-2002
Hi Malini,
Linux has ncurses and readline that may be useful for you. Take a look at its functionality...not sure about menus but theres lot of good gui stuff there.

Cheers,
Amol.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Network programming on UNIX env on windows

Hi, I have to start doing network programming in C/Unix but I have windows installed. Could someone please guide me how to set up the environment best suited for the networking programming? Regards Vinayak (1 Reply)
Discussion started by: vinayakj20
1 Replies

2. IP Networking

How to i get to the TCP/IP internet protocol menu in Windows 7?

In Windows Vista all that one needs to do is right click your active network and select properties to get the (TCP/IP) internet protocol menu, but i cannot reach that menu in Windows 7. This is the menu that i am trying to reach in Windows 7 : i can't seem to find... (2 Replies)
Discussion started by: Anna Hussie
2 Replies

3. Solaris

Need to create a menu.lst for Solaris 11 Express, OpenSUSE 11.3 & Windows Vista

I have partitioned and installed Windows Vista, OpenSUSE and Solaris 11 Express on a LapTop hardDrive. However I am not able to boot OpenSUSE 11.3 although I have it in menu.lst which I put in a Solaris partition directory /rpool/boot/grub. Could someone tell me how to go about it. See what I did... (2 Replies)
Discussion started by: Tenyhwa
2 Replies

4. Windows & DOS: Issues & Discussions

Windows Advanced Options Menu

I dual boot between Windows XP and Linux Mint. I am trying to get the Windows Advanced Options Menu to show up. Normally you would press f8 to make this happen when your computer is booting. With a dual boot it makes it way more complicated. If you press f8 when your computer first starts it does... (3 Replies)
Discussion started by: cokedude
3 Replies

5. UNIX for Dummies Questions & Answers

simulating kernel panic

How can a kernel panic be simulated? (5 Replies)
Discussion started by: proactiveaditya
5 Replies

6. Shell Programming and Scripting

Simulating enter key via shell script

How to simulate enter key via shell script (2 Replies)
Discussion started by: proactiveaditya
2 Replies

7. UNIX for Advanced & Expert Users

Simulating scp through ssh

How to simulate scp command using ssh? (5 Replies)
Discussion started by: vickylife
5 Replies

8. IP Networking

Simulating Router Link Removal

I am trying to do a small simulation in which there are three-four routers. Initially I setup some traffic between them using some link capacity of the lines between the routers and after that, I want to cut out one of the links and observe the traffic flow. Is this possible using any tool? (3 Replies)
Discussion started by: Legend986
3 Replies

9. Programming

X Windows Programming: Changing Displays

I currently have an application that requires the GUI to be drawn on 3 different machines. Only 1 machine is to be drawn at a time, but can be switched between them at any time. Is there an easy way to do this during runtime aside from creating 3 sets of widgets and updating them all. I am... (1 Reply)
Discussion started by: bkowal
1 Replies

10. Shell Programming and Scripting

Simulating - unix login + scp via shell scripts

Hi, I am a new guy in this forum, I am trying to do the following stuff and want some inputs I am doing this manually, by using the scp command to copy file from a remote unix machine and entering the password at the password prompt. Like this, scp -p user@machine.com:/tmp/test.sh .... (1 Reply)
Discussion started by: drivewedge
1 Replies
Login or Register to Ask a Question