home *** CD-ROM | disk | FTP | other *** search
/ The Best 3D Games of 1995 / Microforum-TheBest3DGamesOf1995.iso / help.txt < prev    next >
Text File  |  1995-03-28  |  3KB  |  85 lines

  1.  
  2. INSTALLATION INSTRUCTIONS
  3. =========================
  4. Go to your CD-ROM drive letter in DOS:
  5. you can do this by typing either
  6. "d:" or "e:" (enter), depending on your configuration.
  7.  
  8. Type "start" and press enter.
  9. Once in the main menu, hit enter to bring up the menu of games.
  10. To select a game, use the up/down arrow keys and press enter, or
  11. just double-click with the left mouse button.
  12.  
  13. You can either install the selected game to your hard drive or you 
  14. can run it directly from the CD, without installing it (if that
  15. option appears for that game).
  16.  
  17. If you run the game from the CD, there is a chance that it may crash,
  18. because some games try to write data back to the game files, and this
  19. is not possible as CD's are "read-only".
  20.  
  21. To install a game to your hard drive, click on the "Check details"
  22. button - this tells you in which drive and directory the files are
  23. going to be copied into. Go back into the main menu and then click
  24. on "Run program from Hard Drive" button. The game should automatically
  25. start after installation.
  26.  
  27.  
  28.  
  29. TROUBLESHOOTING GUIDE
  30. =====================
  31.  
  32. My mouse does not work
  33. ----------------------
  34. You may not have your DOS mouse driver installed.
  35. Go into either the c:\dos or c:\dos\mouse or c:\mouse directories
  36. and type "mouse" to install the driver.
  37.  
  38.  
  39. When trying to run the game, I get an "out of memory" error message.
  40. --------------------------------------------------------------------
  41. 1. Try doing a clean boot so that none of your device drivers are installed.
  42. Boot up your system and when the screen reads "Starting MS DOS", hit the
  43. F5 key. This basically bypasses the autoexec.bat and config.sys files.
  44. Try running the game now. 
  45. Note: Because you did a clean boot, you will not have access to your
  46. CD-ROM drive or sound card, until you do a normal boot (ie without pressing
  47. the F5 key). 
  48.  
  49. 2. If you want to use your sound card, do a selective boot by repeating the
  50. above, except press the F8 key. Enter "N" to everything except the lines
  51. pertaining to your sound drivers (eg. set blaster....).
  52.  
  53. 3. Make sure that you do not have Windows running in the background.
  54. To check for this, type "exit" at the c:\ prompt. If this takes you into
  55. Windows, exit Windows. 
  56.  
  57. 4. Ensure that your device drivers are loaded into upper memory.
  58. Consult your DOS manuals on how to do this.
  59.  
  60.  
  61. After the game installs, it just leaves me in the game directory.
  62. -----------------------------------------------------------------
  63. Type "dir *.exe" (enter).
  64. There should be a list of file(s) ending with .exe.
  65. Type in the name of the file ending in .exe to run the game.
  66.  
  67.  
  68. How do I delete a game once it has been installed onto my hard drive ?
  69. ----------------------------------------------------------------------
  70. Go to the c:\ prompt and type "cd\" (enter).
  71. To delete a directory containing files, use the deltree command:
  72. For example, to delete a directory called "anygame", type:
  73. "deltree anygame" (enter) at the c:\ prompt.
  74.  
  75.  
  76. I can't seem to exit the game.
  77. ------------------------------
  78. Try hitting the "ESC" key or "ctrl+c" or "ctrl+q" or "break" or
  79.  "ctrl+break" or "alt+x".
  80.  
  81.  
  82. How do I get to the root of the d:\ or e:\ drive ?
  83. --------------------------------------------------
  84. Type "cd\" (enter).
  85.