home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 1 / ClassicFond01.iso / logic / rosemary.zip / RMDAT.EXE / README.BAT < prev    next >
DOS Batch File  |  1993-08-15  |  6KB  |  170 lines

  1. @ECHO OFF
  2. cls
  3. ECHO    Changes required in the config.sys file before running Rosemary
  4. ECHO _____________________________________________________________________
  5. ECHO.  
  6. ECHO Files must be set to at least 50. Change all FILES=XX to FILES=50.
  7. ECHO.  
  8. ECHO Any memory manager, such as HIMEM.SYS, must support at least 64 handles.
  9. ECHO Add /NUMHANDLES=64 to all the HIMEM.SYS drivers.
  10. ECHO.  
  11. ECHO If you are using another memory manager, see the manual for information
  12. ECHO on setting the number of handles available.
  13. ECHO.  
  14.  
  15. pause
  16. cls
  17.  
  18. ECHO                           MEMORY USAGE
  19. ECHO _____________________________________________________________________
  20. ECHO.  
  21. ECHO The fastest memory to use is Expanded. Third-party memory
  22. ECHO managers, such as QEMM386, automatically supply Expanded memory from the
  23. ECHO memory pool. DOS 6 will do the same if you have `EMM386.EXE RAM' loaded.
  24. ECHO DOS 5 requires you to reserve a fixed amount of Expanded memory.
  25. ECHO Rosemary will use Expanded memory up to 1.7 meg.
  26. ECHO.
  27. ECHO The second fastest memory to use is Extended memory. If you 
  28. ECHO are using DOS's HIMEM.SYS as the memory manager then you will need
  29. ECHO to add /numhandles=64 to your config.sys. This will be done during
  30. ECHO the install procedure if you select `Modify CONFIG.SYS.' If you
  31. ECHO change your config.sys file at a later date you can check the line
  32. ECHO with HIMEM.SYS in it and add the switch if it is not there.
  33. ECHO For example, edit the line to read:
  34. ECHO.
  35. ECHO DEVICE=c:\dos\HIMEM.SYS /numhandles=64
  36. ECHO.
  37. pause
  38. cls
  39. ECHO If you have a limited amount of free memory (for example, your
  40. ECHO machine has only 2 Megabytes of memory with 1 Meg free), Rosemary
  41. ECHO would be able to use the 1 Meg if you set it up as Expanded
  42. ECHO memory. See your DOS or memory manager manual for information
  43. ECHO on setting up Expanded memory.
  44. ECHO.
  45. pause
  46. cls
  47. ECHO.
  48. ECHO Rosemary uses the available memory as follows:
  49. ECHO.
  50. ECHO If Expanded memory is available and greater than 1.5 megabytes, 
  51. ECHO Rosemary uses all Expanded memory.
  52. ECHO.
  53. ECHO If Expanded memory is available and less than 1.5 megabytes, and Extended
  54. ECHO memory is available, and Expanded plus Extended memory is greater than 
  55. ECHO 1.5 megabytes, Rosemary uses Expanded first and then Extended.
  56. ECHO.
  57. ECHO If Expanded memory is not available and Extended memory is greater than
  58. ECHO 1.5 megabytes, Rosemary uses Extended memory.
  59. ECHO.
  60. ECHO If Expanded memory is available and less than 1.5 megabytes, and Extended
  61. ECHO memory is not available, Rosemary uses Expanded memory first and then
  62. ECHO uses disk-based memory.
  63. ECHO.
  64. ECHO If Expanded memory is not available and Extended memory is not available
  65. ECHO or less than 1.5 megabytes, Rosemary uses disk-based memory.
  66. ECHO.
  67. pause
  68. cls
  69.  
  70.  
  71. ECHO                Common INSTALL Questions and Answers
  72. ECHO _____________________________________________________________________
  73. ECHO.  
  74.  
  75. ECHO Q: I have a SVGA video adapter, but the install program does not recognize
  76. ECHO    my adapter as SVGA.
  77. ECHO.
  78.  
  79. ECHO A: Install will recognize some of the more popular video adapters, and
  80. ECHO    provides direct support for these adapters. However, some adapters CANNOT 
  81. ECHO    be used in SVGA mode without the addition of a VESA driver. Check your
  82. ECHO    video adapter manual and software for a VESA driver. If a driver is not
  83. ECHO    included, check with your video card manufacturer. 
  84. ECHO.
  85. ECHO    The VESA driver must be loaded before running the installation program
  86. ECHO    and before running Rosemary. 
  87. ECHO.
  88. ECHO Q: I have a sound card, but the install program does not recognize it.
  89. ECHO.
  90. ECHO A: Rosemary supports only the Sound Blaster and 100%% compatible sound
  91. ECHO    cards. It has been tested and is compatible with the F/X Sound and
  92. ECHO    Pro Audio Spectrum 16 cards. Check with your sound board manufacturer
  93. ECHO    about compatibility with the Sound Blaster standard.
  94. ECHO.
  95. pause
  96. cls
  97.  
  98. ECHO                Common ROSEMARY Questions and Answers
  99. ECHO _____________________________________________________________________
  100. ECHO.  
  101. ECHO Q: I cannot get Rosemary to run from Windows (or it runs very slow).
  102. ECHO.
  103. ECHO A: WE HIGHLY RECOMMEND THAT YOU DO NOT RUN THIS 
  104. ECHO    PROGRAM FROM WINDOWS.
  105. ECHO.
  106. ECHO Q: I have a Sound Blaster card, and I can hear the voices OK, but I
  107. ECHO    do not hear any music (or, I only hear music in the individual rooms).
  108. ECHO.
  109. ECHO A: The music files are larger than the voice files and require more
  110. ECHO    conventional memory to play. The theme music is the largest file.
  111. ECHO    You may have enough memory to play the room music but not the 
  112. ECHO    theme. Free up more conventional memory by removing TSRs or loading
  113. ECHO    them high. See your operating system manual for more information.
  114. ECHO    The minimum required free memory to play all the music files
  115. ECHO    is 573K.
  116. ECHO.
  117. pause
  118. cls
  119.  
  120. ECHO Q: When I try to run ROSE.EXE, I get a message that says "Out of
  121. ECHO    memory. Unable to run program." What should I do?
  122. ECHO.
  123. ECHO A: Rosemary uses disk space as memory swap area. You must have at least 
  124. ECHO    1.5 Megabytes free on your hard drive for Rosemary to operate 
  125. ECHO    properly. Delete unnecessary files from other directories until
  126. ECHO    you have at least 1.5 Megabytes of free disk space available, 
  127. ECHO    then try running Rosemary again.
  128. ECHO.
  129. pause
  130. cls
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.