Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Menu Program

Status
Not open for further replies.

arulthas

MIS
Jan 4, 2004
48
AP
Hi all,

I wanted to migrate from Novell Netware to RedHat Linux. There is a menu program in Netware called “NMENU” is there similar application in Linux or what 3rd party software similar to this?

Thank you.

Best regards,
Arulthas.
 
Hi Comtec17,

NMenu is just a menu program which will run batch file to execute program.

Thank you.

Best Regards,
Arulthas.
 
Hi Comtec17,

FYI, my server is RedHat 7.1. Will this system work in my system too?

More details:-

I will logon from my windows workstation to this Linux server. At the time I login my username and password, I want this menu program to be launched. This is how it works in Netware.

Thank you.

Best regards,
Arulthas.
 
I don't know what type of menu you're talking about but there is a gui based program that will let you remotely admin your server. You can check it out at
 
You can install mars-nwe on linux.
And configure Mars-nwe as netware server on your linux....:)
 
Hi all,

Appreciate all your favor. But most of you not understand my exact question. I need a menu program which can work exactly as NMENU program in Novell Netware. All my workstation is windows so I make the Linux act as a file server using the samba service.

Thank you.

Best regards,
Arulthas.
 
Copy all Nmenu files from Novell to your samba share directory.
And your Windows workstation can run nmenu from DOS.
Or put batch script on your windows workstation to run nmenu.
 
I think it kinda depends on what those batch files run from NMENU actually do.
I'm guessing they perform various housekeeping tasks, prolly on the Netware volumes, which won't map to Linux filesystems.
Taking a look at those batch files, working out what they do and replicating them as shell scripts would be a priority, *then* worry about putting them in a nice pretty menu.
 
NMenu is an old NetWare utility to create application menus for users. It does incorporate such things as the user ID and group memberships to determine which menus to display.

However, it is ultimately a DOS menu utility, not unlike Direct Access. I would suggest not bothering with NMenu in a Linux-server environment because all the elements which make it very useful to NetWare admins won't be available in Linux. Plus, I don't think that there's any way to get Linux to run NetWare-style login scripts, which is how NMenu is usually loaded.

You'll definitely need to take a workstation-oriented approach to this. ady2k's suggestion is good, regardless of the menu system used.
 
Are you going to use MARS to make Linux emulate Novell or will you be using SAMBA to emulate Windows?

If you will be configuring it as a Novell server, you can possibly use you existing nmenu.dat file to launch nmenu.
(Depending on the version of the Netware client)
Someone with more Novell knowledge could provide more info.

If you configure it as a Novell server, you can launch applications using the login script (as with Novell).
You can replace nmenu with a simple DOS Batch file or perhaps a little Delphi(or similar) application that has the options currently on your nmenu.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top