home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / soundz3.zip / READ1ST.DOC < prev    next >
Text File  |  1992-01-12  |  1KB  |  37 lines

  1. If you DO NOT use the INSTALL program:
  2.  
  3. Do you have a CONFIG.SYS file and if so does it have at least 50 files?
  4.  
  5. To  check,  go to your root directory on your hard drive (CD\, then return)
  6. or  put  your  DOS  Disk  in  your  floppy  drive  and  and then enter TYPE
  7. CONFIG.SYS.  If you get File Not Found, see below.  If you get a display it
  8. might look like this:
  9.  
  10.                                 FILES=20
  11.                                 BUFFERS=49
  12.                                 DEVICE=C:\DOS\ANSI.SYS
  13.  
  14. Since  the  files  listed  are below 50 you will need to increase the files
  15. value.
  16.  
  17. The CONFIG.SYS file can be changed with any word processor that will save a
  18. file in ASCII.
  19.  
  20. If you do not have a CONFIG.SYS file, the following  will  create  one  for
  21. you:
  22.  
  23.                 COPY CON CONFIG.SYS (Return)
  24.                 FILES=50 (Return)
  25.                 BUFFERS=20 (Return)
  26.                 (Then Hit The F6 KEY)
  27.  
  28. It   is   important   that  you  reboot  your  system  after  altering  the
  29. CONFIG.SYS file, so that your computer will use the new information.
  30.  
  31. If  you  are  using  LOADHI  for Files, this will not work for this program
  32. FILES=50 must be in low memory.
  33.  
  34. If you ever get an OPEN ERROR during the operation of this program and  the
  35. file  named  is in the proper place, try increasing your files,  some other
  36. program may be using a portion of the 50 required by this one.
  37.