home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- CLS
- :Menu.bat
- :Use this to allow AMS to be called instead of Novell's MENU.
- :Only applicable to Netware ELS/286/386 users.
- :To use this file, move Novell's MENU to a directory without a search mapping.
- :ie MD Z:\PUBLIC\NMENU
- :COPY Z:\PUBLIC\MENU.EXE Z:\PUBLIC\NMENU
- :DEL Z:\PUBLIC\MENU.EXE
- :Then copy this file to the Z:\PUBLIC directory, along with the AMS.* files.
- :Here's the actual command !
- AMS %1
- :Note - If Novell's Menu.exe was previously called from a batch file, you may
- :need to change the batch file command to CALL MENU
-
-