home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Game Collection / XULTI.ISO / help.txt < prev    next >
Text File  |  1998-02-02  |  6KB  |  132 lines

  1.                      The Ultimate Game Collection 
  2.  
  3.  
  4. DEFINITION OF SHAREWARE
  5.  
  6. Shareware distribution gives users a chance to try software
  7. before buying it. If you try a Shareware program and continue
  8. using it, you are expected to register. Individual programs
  9. differ on details -- some request registration while others
  10. require it, some specify a maximum trial period. With
  11. registration, you get anything from the simple right to continue
  12. using the software to an updated program with printed manual.
  13.  
  14. Please support Shareware!
  15.  
  16.  
  17. ERRORS
  18.  
  19. If you receive the following error:
  20.  
  21. "Another VB application running..."
  22.  
  23. Please close the The Ultimate Game Collection menu and any other program written in Visual Basic
  24. then you can run that particular game
  25.  
  26.  
  27. Running The Ultimate Game Collection
  28.  
  29. For 32-bit setup program (under Windows 95 or Windows NT 4.0):
  30. Ultimate Windows Collections is "Autoplay" enabled. Therefore, 
  31. it will run automatically after you inserted the CD into your CD-ROM drive. 
  32. If it did not run automatically (probably auto insert notification is off for your CD-ROM drive),
  33. click on the "START" button and the "RUN" menu item. Then, please type "d:\ultimate.exe"
  34. where "d" is your CD-ROM drive.
  35. For 16-bit setup program (under Windows 3.1)
  36. Click the "FILE" menu and "RUN" menu item in the Program Manager. In the "RUN" dialog box,
  37.  enter "d:\setup31.exe" where "d" is your CD-ROM drive.
  38.  
  39.  
  40. The Main Window
  41. 1) Applications categories
  42. 2) Applications under the current category
  43. 3) The current application description
  44. 4) Execute the current application. Available only if the application can be run directly
  45. 5) Copy the current application to hard drive. Available only if the application does not have
  46. an installation program.
  47. 6) Execute the installation program of the current selected application.
  48. 7) View the information of the current selected program.
  49. 8) About the Ultimate Game Collection
  50. 9) Show this file
  51. 10) Quit the Ultimate Game Collection
  52.  
  53.  
  54. The Select Folder dialog box will pop up if you clicked the "COPY" button in the main window.
  55.  
  56. 1) Destination location where the application will be copied to.
  57. 2) Create icon in the Program Manager for Windows 3.1 or in the Program menu for Windows 95 or 
  58. Windows NT 4.0
  59. 3) The program group name where the icon should be created in.
  60. 4) Start copying
  61. 5) Cancel copying
  62.  
  63.  
  64. How to backup files:
  65.  
  66.     Before editing any system files, it is always a good idea to backup files.  This is so that
  67.  if anything goes wrong with your system as a result of the changes you make, you can simply
  68.  restore the file.  To backup your system.ini file (the first file you need to make changes to),
  69. 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 c:\windows> prompt.
  73.   
  74. 4)  Type in "copy system.ini c:\windows\system.bku" and hit Enter.  You will now have a new file,
  75.  system.bku, in your windows directory.  It's contents will be exactly the same as your
  76.  system.ini file.  With this file backed up, it is now safe to edit your system.ini file.
  77.            
  78. To edit your system.ini file, do the following:
  79. 1)  Go to a DOS prompt.
  80. 2)  Type in "cd\" and hit Enter. 
  81. 3)  Type in "cd windows" and hit Enter. 
  82. 4)  Type in "edit system.ini" and hit Enter.  
  83.              You should now get a blue screen with writing on it.  
  84. 5)  Notice how this file is divided up into different sections, with the headings of the various
  85. sections being in square brackets ( ie [ ] ).  Scroll down this file ( you can use the down
  86. arrow key on your keyboard ) and see if you can find a section with the heading: [386Enh].
  87. If you find this heading, look through this section carefully and see if it has a line that
  88. says: Device=vshare.386  If this line is missing, add the line to the beginning of this section
  89. of the system.ini file (right under the [386Enh] heading).   
  90. Now save the file by hitting Alt-F and choosing Save.  Then exit the file by hitting Alt-F and
  91. choosing Exit.  Reboot your system and try The Ultimate Game Collection once more.  If you are 
  92. still getting the same error message, go to Step 6.
  93. 6)  Open your system.ini file again, following steps 1 to 4 above.  Go to the [386Enh]
  94. section of the file again.  Look through this section of the file again to see if it has a
  95. line that says: Device=*vshare  If this line is missing, add the line to this section of the
  96. system, under the line that says device=vshare.386.  Now save the file again.  Exit the file.
  97. Restart the computer and try The Ultimate Game Collection.  If it still is not working, go to
  98. Step 7.
  99. 7)  Go to a DOS prompt.
  100. 8)  Type in "cd\" and hit Enter.
  101. 9)  Type in "copy autoexec.bat c:\autoexec.bku" and hit Enter.  This will backup your
  102. autoexec.bat file.
  103. 10)  Type in "edit autoexec.bat" and hit Enter.  You should now get a blue screen with writing
  104. on it.
  105. 11)  Look for a line that has the word "share" in it.  If you do not see it, add the following
  106. new line to your autoexec.bat file: c:\dos\share.exe /L:500  Once this line has been added, save
  107. the file and then exit the file.
  108. 12)  Reboot your system and try the The Ultimate Game Collection again.  It should now work.
  109.  
  110. If you are having problems with your system as a result of the changes you made and want to
  111. restore your original system files, do the following:  To restore your system.ini file:
  112. 1)  Go to a DOS prompt.
  113. 2)  Type in "cd\" and hit Enter.
  114. 3)  Type in "cd windows" and hit Enter.
  115. 4)  Type in "copy system.bku c:\windows\system.ini" and hit Enter.  If you are prompted to
  116. Overwrite, choose "y" for yes.  Your original system.ini file will be restored and you can
  117. reboot your system.
  118.  
  119. To restore your autoexec.bat file:
  120. 1)  Go to a DOS prompt.
  121. 2)  Type in "cd\" and hit Enter.
  122. 3)  Type in "copy autoexec.bku c:\autoexec.bat" and hit Enter.  If you are prompted to
  123. Overwrite, choose "y" for yes.  Your original autoexec.bat file will be restored and you can
  124. reboot your system.
  125.  
  126. Legal
  127.  
  128. Windows is the registered trademark of Microsoft.
  129.  
  130.  
  131.  
  132.