home *** CD-ROM | disk | FTP | other *** search
/ ftp.sudleyplace.com / ftp.sudleyplace.com.tar / ftp.sudleyplace.com / support / max / max8faq.txt < prev    next >
Text File  |  2006-10-20  |  4KB  |  83 lines

  1. Frequent Questions Qualitas MAX 8
  2.  
  3. When I choose Restart to MS DOS from the Shutdown menu of Windows 95,
  4. I get the message Resident portion of program includes FLEXFRAME
  5. memory!  What causes this message?
  6.  
  7. When Windows 95 installs, it identifies real mode drivers like MOUSE
  8. and MSCDEX and moves them out of AUTOEXEC.BAT and into a file called
  9. DOSSTART.BAT (kept in the Windows directory).  In a configuration
  10. where Qualitas MAX was present when you installed Windows 95, these
  11. lines may have contained loading information specific to the
  12. configuration at the time Maximize was run.  If you have occasion to
  13. rerun Maximize, this separate batch file is not used because Windows
  14. 95 has removed the information from the configuration files.  Under
  15. these circumstances, you receive the above message.
  16.  
  17. The easiest way to resolve the conflict is to place a call to this
  18. special batch file in your AUTOEXEC.BAT so that the programs that it
  19. contains can be considered as candidates to load into high DOS memory.
  20. Use any text editor to place this line in your AUTOEXEC.BAT file:
  21.  
  22. CALL C:\WINDOWS\DOSSTART.BAT
  23.  
  24. Click on the Maximize icon in the Qualitas MAX group and follow the
  25. prompts to run Maximize.  When Maximize completes, use a text editor
  26. to remove the line that calls the DOSSTART.BAT file.
  27.  
  28.  
  29. Some of the resident programs in my MS DOS configuration of Windows 95
  30. are not loading into high DOS memory.  What causes this?
  31.  
  32. This is often caused by the same issue as described above where
  33. Windows 95 has moved resident programs out of standard configuration
  34. files into the DOSSTART.BAT file.  You can use the directions above to
  35. place a call statement to DOSSTART.BAT into your AUTOEXEC.BAT file,
  36. run Maximize, then remove the line at the completion of Maximize.
  37.  
  38. If, after placing DOSSTART.BAT into your AUTOEXEC.BAT file and running
  39. Maximize, some of the resident programs remain in conventional memory,
  40. it is because there is not enough room to load all of the resident
  41. programs you are loading into high DOS memory.    The optimization
  42. algorithm has determined that it is more efficient to load other
  43. resident programs high.  Choose LEARN in ASQ for a more complete
  44. discussion of high DOS memory.
  45.  
  46.  
  47. When I click on the toolbox icon in the Qualitas MAX group, I get the
  48. toolbox for PCKWIK's WinMaster (or, alternately, the toolbox for
  49. Qualtas MAX comes up when I click on the toolbox icon for WinMaster).
  50.  
  51. PCKWIK WinMaster ships a program named TOOLBOX.EXE (as does Qualitas
  52. MAX 8).  Whichever of the two files runs first is kept in the cache,
  53. causing that program to run the next time the program name is invoked.
  54. To avoid this conflict, rename one of the files and change the icon
  55. properties to match the name.  For example, rename the TOOLBOX.EXE in
  56. the Qualitas MAX directory to QTOOLBOX.EXE.  If you are using Windows
  57. 95, right click on the icon and choose Properties to change the
  58. command line.  In Windows 3.1x, highlight the icon by clicking on it
  59. once.  Run File and choose Properties to change the name of the file
  60. in the Command line box.
  61.  
  62.  
  63. Is it safe to use Go Ahead with other "Ram Managers" (Soft RAM,
  64. Hurricane, MagnaRAM, RAM doubler)?
  65.  
  66. In general, if the other product does not incorporate low DOS memory
  67. compression or otherwise handle low DOS memory, it is likely safe to
  68. use the products together.    Go Ahead takes all available low DOS
  69. memory when Windows loads.    Thus, we do not recommend that you use it
  70. with other products that compete for the same resources that Go Ahead
  71. uses.
  72.  
  73.  
  74. I used the Toolbox to uninstall Qualitas MAX 8 and now I cannot get
  75. into Windows 3.1x.
  76.  
  77. If Qualitas MAX is not loaded, Windows 3.1x requires that you load
  78. HIMEM.SYS before you can run Windows.  Use your MS DOS documentation
  79. or Type Help himem.sys at the DOS prompt to get information on how to
  80. load the program.  Windows 95 automatically loads this program for
  81. you.
  82.  
  83.