home *** CD-ROM | disk | FTP | other *** search
/ Software Buyer's Guide Volume 7 #1 / Software_Buyers_Guide_Volume_7_Number_1_SelectWare_Technologies_1995.iso / readme.txt < prev    next >
Text File  |  1994-01-13  |  5KB  |  133 lines

  1.                                      The SelectWare System
  2.                               Hundreds of Demos, Easy to use!
  3.  
  4.  
  5. To Start:
  6.      
  7.      1) Get to a DOS prompt (exiting Windows, not using the MS-DOS icon).
  8.  
  9.      2) Load The SelectWare System CD.
  10.  
  11.      3) Change to your CD-ROM drive.
  12.  
  13.      4) Type:  SWSTART, then press [Enter] and follow instructions.  Typing
  14.          x:SWSTART, where x is the CD-ROM drive letter, is not valid.
  15.  
  16.  
  17. If you have any questions, or need further information, contact:
  18.  
  19.                               SelectWare Technologies, Inc.
  20.                               29200 Vassar Street, Suite 200
  21.                               Livonia, Michigan   48152
  22.                               (810) 477-7340
  23.                               (810) 477-6488 Fax
  24.                               (810) 477-1205 Tech Support
  25.  
  26.  
  27. NOTES
  28. -----
  29.  
  30. The SelectWare System is not designed to run under Windows. If you are 
  31. running under Windows and experience any problems, exit Windows and follow
  32. the startup procedure. If the problem still exists, contact Technical
  33. Support.
  34.  
  35.  
  36. FREEING UP MORE CONVENTIONAL MEMORY:
  37. ------------------------------------
  38.  
  39. How to find out what your system's Conventional Memory is?
  40. At a DOS prompt type the following:     
  41.  
  42.          mem [return]  
  43.  
  44. Read the third line from the bottom, Largest Executable Program Size.  This
  45. is the amount of free Conventional Memory. For Links, the Conventional Memory 
  46. requirement is 537K and for Jet Fighter it is 570K.
  47.  
  48. Now that you know what the Conventional Memory requirements are and what you 
  49. have, by simply subtracting the Required Memory from your System's Memory 
  50. you will get the amount you need to run the Software JukeBox CD.  
  51.  
  52. It is strongly advised that before making any changes to your system, 
  53. you read your DOS User Guide (Optimizing Your System), for a good under-
  54. standing of what is happening to your computer.
  55.  
  56. If you have DOS 6.0 or better first try using MEMMAKER.  This is a DOS
  57. program that will optimize your system and is very easy to use.  To use
  58. MEMMAKER, at a DOS prompt type the following: 
  59.  
  60.         memmaker [return]
  61.  
  62. and follow the directions. 
  63.  
  64. If the memory needs are large (over 15-20K) your best bet is to create a 
  65. system disk. This is a real good idea because it will not disturb your 
  66. original system setup on your hard drive.  To create a system disk use the 
  67. format command with the /s switch.  For example, the following command 
  68. formats the disk in drive A and makes it a system disk:
  69.  
  70.         format a: /s
  71.  
  72. Once this is done you can copy over the autoexec.bat and config.sys 
  73. files from the hard drive to the floppy drive by typing the following:
  74.  
  75.         copy c:\autoexec.bat  a:
  76.         copy c:\config.sys  a:
  77.  
  78. These are the files that you need to edit to streamline your system. 
  79. By editing these files you can customize your Configuration.  To modify 
  80. them, type the following:
  81.  
  82.         edit a:\autoexec.bat  
  83.         edit a:\config.sys  
  84.  
  85. The crucial lines that you want to leave are the drivers for the CD-ROM drive, 
  86. the sound card, the mouse and the memory manager.  Anything else is excess 
  87. or fat and can be remarked out (rem).
  88.  
  89. Go to the noncrucial lines of the autoexec.bat and\or config.sys and  
  90. rem (short for Remark) them out. This will remove any of the "fat" from these 
  91. files.  See the Before and After examples below. 
  92.  
  93. NOTE: Changes in the after are marked with asterisks (*).
  94.  
  95. Before Editing CONFIG.SYS
  96.  
  97.     DEVICE=C:\DOS\HIMEM.SYS
  98.     DEVICE=C:\DOS\EMM386.EXE RAM HIGHSCAN
  99.     BUFFERS=40,0
  100.     FILES=60
  101.     LASTDRIVE=Z
  102.     FCBS=8,0
  103.     STACKS=9,256  
  104.     SHELL=C:\DOS\COMMAND.COM C:\DOS /E:512 /p
  105.     REM ***** CD-ROM DRIVER *****
  106.     DEVICE=C:\CDROM\SBPCD.SYS /D:MSCD001 /P:220
  107.     REM ***** SCANNER DRIVER *****
  108.     DEVICE=C:\MSCSI.SYS
  109.  
  110. After Editing CONFIG.SYS 
  111.  
  112.     DEVICE=C:\DOS\HIMEM.SYS
  113.     DEVICE=C:\DOS\EMM386.EXE RAM HIGHSCAN
  114. *  BUFFERS=20,0    
  115. *  FILES=20        
  116. *  DOS=HIGH,UMB    
  117. *  LASTDRIVE=E     
  118. *  rem   FCBS=8,0        
  119. *  rem   STACKS=9,256    
  120.     SHELL=C:\DOS\COMMAND.COM C:\SYS\DOS /E:512 /p
  121.     REM ***** CD-ROM DRIVER *****
  122.     DEVICEHIGH=C:\CDROM\SBPCD.SYS /D:MSCD001 /P:220
  123.     REM ***** SCANNER DRIVER *****       driver is not needed
  124. *  rem   DEVICE=C:\MSCSI.SYS       
  125.  
  126. Change these files one line at a time and then warm boot your system
  127. (CTRL-ALT-DEL).  If your computer cannot boot after the changes you have
  128. made, remove the diskette from the drive and warm boot your system again.
  129. When you return to a DOS prompt you can edit the files on the diskette
  130. and undo your last changes.  If the computer can boot from the diskette,
  131. at the DOS prompt type MEM to check the Conventional Memory again.  Continue
  132. to do this until you get the Conventional Memory needed.
  133.