Re: Menu Interface

1999-12-29 Thread Richard Potter
On Wed, 29 Dec 1999, Santosh K Balasundaram wrote: > hi all, > I need to design an text based menu interface for users > Whatz the best tool to use and where can I find more info and an how2 ?? Check out pdmenu. http://www.kitenet.net/programs/pdmenu/ Cheers!, -- Richard Potter Re/Max Tea

Re: Menu Interface

1999-12-29 Thread Richard Potter
On Wed, 29 Dec 1999, Santosh K Balasundaram wrote: > hi all, > I need to design an text based menu interface for users > Whatz the best tool to use and where can I find more info and an how2 ?? Check out pdmenu. http://www.kitenet.net/programs/pdmenu/ Cheers!, -- Richard Potter Re/Max Tea

Re: Menu Interface

1999-12-29 Thread Todd A. Jacobs
On Wed, 29 Dec 1999, Santosh K Balasundaram wrote: > Whatz the best tool to use and where can I find more info and an how2 ?? Use the bash select statement. :) -- Todd A. Jacobs Network Systems Engineer -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: Menu Interface

1999-12-29 Thread Todd A. Jacobs
On Wed, 29 Dec 1999, Santosh K Balasundaram wrote: > Whatz the best tool to use and where can I find more info and an how2 ?? Use the bash select statement. :) -- Todd A. Jacobs Network Systems Engineer -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: Menu Interface

1999-12-29 Thread Santosh K Balasundaram
great help , Thanks a million ! rgds, santosh - Original Message - From: Hanigan Family <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 29, 1999 7:16 PM Subject: Re: Menu Interface > I have two books I used years ago to learn shell > progr

Re: Menu Interface

1999-12-29 Thread Chuck Mead
On Wed, 29 Dec 1999, Santosh K Balasundaram said: SKB>hi all, SKB>I need to design an text based menu interface for users SKB>Whatz the best tool to use and where can I find more info and an how2 ?? SKB>thanks SKB>Santosh This is exactly the kind of project that the "bash" list was setup to wo

Re: Menu Interface

1999-12-29 Thread Hanigan Family
I have two books I used years ago to learn shell programing Unix Shell Programming by Stephen G Kochan & Patrick H Wood Hayden books 4300 west 62nd st Idianapolis Indiana 46268 Unix System V Shell Programing which AT&T sold Both are proably out of print but maybe they have a current replacement.

Re: Menu Interface

1999-12-29 Thread Vinay Bharel
Take a look at this: http://www.sunworld.com/sunworldonline/swol-07-1997/swol-07-unix101.html http://www.sunworld.com/sunworldonline/swol-08-1997/swol-08-unix101.html good luck! On Wed, 29 Dec 1999, Santosh K Balasundaram wrote: > hi all, > I need to design an text based menu interface for us