home *** CD-ROM | disk | FTP | other *** search
/ 300 Favorite Games / 300GAMES.iso / help.txt < prev    next >
Text File  |  1998-04-28  |  8KB  |  165 lines

  1.  
  2.  
  3.                             300 Favorite Games
  4.  
  5.                                        by
  6.  
  7.                              Expert Software                                        
  8.  
  9.                               Copyright 1997
  10.  
  11.  
  12. DEFINITION OF SHAREWARE
  13.  
  14. Shareware distribution gives users a chance to try software
  15. before buying it. If you try a Shareware program and continue
  16. using it, you are expected to register. Individual programs
  17. differ on details -- some request registration while others
  18. require it, some specify a maximum trial period. With
  19. registration, you get anything from the simple right to continue
  20. using the software to an updated program with printed manual.
  21.  
  22. Please support Shareware!
  23.  
  24.  
  25.  
  26. ERRORS
  27.  
  28. This program works under Windows 3.1 and Windows 95. It does not support long
  29. file names. Therefore when choosing a directory please specify a short 
  30. name directory.                 
  31.  
  32. The interface is made to work under Windows 3.1, but not all the games
  33. will work under 3.1. If you are using Windows 3.1 only a percentage of
  34. the games will work.
  35.  
  36. If are using large fonts under Windows 3.1 you must switch to small fonts.
  37.  
  38. If you receive the following error:
  39. "Warning-can not copy file D:\ddeml.dl_ since the destination file is already
  40. in use" User should not worry, but click on OK and proceed with the
  41. installation.
  42.  
  43. If you receive the following error:
  44. "Another VB application running..."
  45. Please close the 300 Favorite Games menu and any other program written in
  46. Visual Basic, then you can run that particular game.
  47.  
  48.  
  49. 300 Favorite Games Trouble-Shooter:
  50.  
  51. 1) Running DOS Games:
  52.    (Note: before running any of the games on the CD,
  53.    you should click on View Manual.  This will give you an idea of what
  54.    the game is about, and how to run it.
  55.                                                                                                                
  56. 2) Some games require you to go to the DOS prompt directly. To go to the
  57.    dos prompt please do the following:
  58. 1) click on START                                                                                                                                                                                         
  59. 2) Select programs
  60. 3) Select DOS PROMPT
  61. 4) Change the directory where you have installed the program
  62. 5) Type the program executable file
  63.  
  64. How to backup files:
  65.  
  66. Before editing any system files, it is always a good idea to backup files.
  67. This is so that if anything goes wrong with your system as a result of the
  68. changes you make, you can simply restore the file.  To backup your system.ini
  69. file (the first file you need to make changes to), do the following:
  70. 1)  Go to a DOS prompt.
  71. 2)  Type in "cd\" (without the quotations) and hit Enter.
  72. 3)  Type in "cd windows" and hit Enter.  You should get the
  73.     c:\windows> prompt.
  74. 4)  Type in "copy system.ini c:\windows\system.bku" and hit Enter.
  75.     You will now have a new file, system.bku, in your windows directory.
  76.     It's contents will be exactly the same as your system.ini file.
  77.     With this file backed up, it is now safe to edit your system.ini file.
  78.            
  79. To edit your system.ini file, do the following:
  80. 1)  Go to a DOS prompt.
  81. 2)  Type in "cd\" and hit Enter. 
  82. 3)  Type in "cd windows" and hit Enter. 
  83. 4)  Type in "edit system.ini" and hit Enter.  
  84.     You should now get a blue screen with writing on it.  
  85. 5)  Notice how this file is divided up into different sections, with the
  86.     headings of the various sections being in square brackets ( ie [ ] ).
  87.     Scroll down this file ( you can use the down arrow key on your keyboard )
  88.     and see if you can find a section with the heading: [386Enh].
  89.     If you find this heading, look through this section carefully and see if
  90.     it has a line that says: Device=vshare.386  If this line is missing, add
  91.     the line to the beginning of this section of the system.ini file
  92.     (right under the [386Enh] heading).   
  93.     Now save the file by hitting Alt-F and choosing Save.  Exit the file by
  94.     hitting Alt-F and   choosing Exit.  Reboot your system and try the CD
  95.     once more. If you are still getting the same error message, go to Step 6.
  96. 6)  Open your system.ini file again, following steps 1 to 4 above.  Go to the
  97.     [386Enh] section of the file again.  Look through this section of the
  98.     file again to see if it has a line that says: Device=*vshare  If this
  99.     line is missing, add the line to this section of the system, under the
  100.     line that says device=vshare.386.  Now save the file again.  Exit the
  101.     file. Restart the computer and try the CD.  If it still is not working,
  102.     go to Step 7.
  103. 7)  Go to a DOS prompt.
  104. 8)  Type in "cd\" and hit Enter.
  105. 9)  Type in "copy autoexec.bat c:\autoexec.bku" and hit Enter.  This will
  106.     back up your autoexec.bat file.
  107. 10) Type in "edit autoexec.bat" and hit Enter.  You should now get a blue
  108.     screen with writing on it.
  109. 11) Look for a line that has the word "share" in it.  If you do not see it,
  110.     add the following new line to your autoexec.bat file:
  111.     c:\dos\share.exe /L:500  Once this line has been added, save the file
  112.     and then exit the file.
  113. 12) Reboot your system and try the CD.  It should now work.
  114.  
  115. If you are having problems with your system as a result of the changes you
  116. made and want to restore your original system files, do the following:
  117. To restore your system.ini file:
  118. 1)  Go to a DOS prompt.
  119. 2)  Type in "cd\" and hit Enter.
  120. 3)  Type in "cd windows" and hit Enter.
  121. 4)  Type in "copy system.bku c:\windows\system.ini" and hit Enter.
  122.     If you are prompted to Overwrite, choose "y" for yes.  Your original
  123.     system.ini file will be restored and you can reboot your system.
  124.  
  125. To restore your autoexec.bat file:
  126. 1)  Go to a DOS prompt.
  127. 2)  Type in "cd\" and hit Enter.
  128. 3)  Type in "copy autoexec.bku c:\autoexec.bat" and hit Enter.
  129.     If you are prompted to Overwrite, choose "y" for yes.  Your original
  130.     autoexec.bat file will be restored and you can reboot your system.
  131.  
  132. ======================================
  133. VIEWING THE EXPERT PRODUCT CATALOG
  134. ======================================
  135.  
  136. To view the Expert Software product catalog that is included with 
  137. this program you must have an Internet browser installed on your 
  138. system.  If you are having difficulty viewing the browser then you
  139. may not have an internet browser correctly installed on your system.
  140. We have included an internet browser on the CD ROM for this program
  141. that you can install to allow you to view the catalog. The Files to 
  142. install the browsers are located in a folder called BROWSER on the 
  143. CD ROM.  There are browsers for Windows 95 and Windows 3.1 included in
  144. seperate directories in the Browser folder.  Just run the file in 
  145. the folder to install the browser.
  146.  
  147.  
  148.  
  149. -----------------------
  150. Technical Support
  151. -----------------------
  152.  
  153. Your purchase of this product includes free product support to help you get the most out of your software. All Expert products are thoroughly tested and come with a Help file that, in most cases, will answer many of your questions.
  154. If you are having problems starting or running the program, please feel free to contact MicroProse Customer Support.
  155.  
  156. Mailing Address:
  157. MicroProse Ltd.
  158. Customer Services (Expert Software, Inc.)
  159. The Ridge 
  160. Chipping Sodbury
  161. South Glos, BS17 6BN
  162.  
  163. Telephone Customer Support:
  164. Contact a friendly MicroProse Customer Support Specialist Monday through Friday, 9:00AM to 5:30PM.  Telephone (UK) 01454 893900 or fax (UK) 01454 894296.
  165.