home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / batch / mxmnu233.zip / MISTAKES.DOC < prev    next >
Text File  |  1991-09-21  |  2KB  |  43 lines

  1. This file contains common mistakes that people make. Hopefully I can
  2. reduce the number of support calls with this file.
  3.  
  4. After the initial install. Try running MARX QUICK or MARX QUICKNOV to
  5. see what the menu is like. Don't run MARXMENU QUICK. Use the MARX.BAT
  6. file.
  7.  
  8.  
  9. Q.) I'm getting "Error accessing Overlays!"
  10.  
  11. A.) MarxMenu requires the file MARXMENU.OVR file to be in the same
  12.     directory as the MARXMENU.EXE file. In previos versions of MarxMenu
  13.     the EXE and OVR files were combined. This cause file sharing
  14.     problems on some networks and dumb multi-taskers such as Windows. So
  15.     I had to separate the overlay file.
  16.  
  17. Q.) Everything was working fine and I moved the files to another
  18.     directory and I'm getting "Bad command or File Name".
  19.  
  20. A.) The MARX.BAT is generated for a specific directory. Use your editor
  21.     to edit MARX.BAT to run in the new directory. If you are still
  22.     having problems change the ECHO OFF to ECHO ON and watch the batch
  23.     file execute.
  24.  
  25. Q.) I get stuck in the menu and it won't exit. Just keeps looping.
  26.  
  27. A.) The MXSTOP.BAT, BATEXIT.BAT and DROPTO.BAT files need to be in the
  28.     same directory as MARX.BAT.
  29.  
  30. Q.) On my Novell network, I get "Error creating BAT file" when users try
  31.     to run programs from the menu.
  32.  
  33. A.) This is caused when users don't have enough access rights for
  34.     MarxMenu to create temporary batch files. Use the
  35.     SET TEMP=<directory> to point to a directory where the user has full
  36.     access rights.
  37.  
  38. Q.) I'm running LanTastic and when two people use the menu at the same
  39.     time I get a "File Sharing Violation" error.
  40.  
  41. A.) This is solved by setting the MARXMENU.OVR file to "Read Only".
  42.  
  43.