home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / tech91.zip / TI793.ASC < prev    next >
Text File  |  1991-08-26  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Paradox                                NUMBER  :  793
  9.   VERSION  :  All
  10.        OS  :  DOS
  11.      DATE  :  August 26, 1991                          PAGE  :  1/1
  12.  
  13.     TITLE  :  Files too low in CONFIG.SYS
  14.  
  15.  
  16.  
  17.  
  18.   Sometimes Paradox will not start and you will see the message
  19.   "File limit too low in Config.sys".  The following are two
  20.   reasons that could cause this message.
  21.  
  22.   1. CONFIG.SYS FILES statement is actually too low.
  23.  
  24.        Your CONFIG.SYS file should contain the line which states
  25.        FILES=20.  The number could be higher but should not be
  26.        lower.  After you make sure the CONFIG file contains this
  27.        line reboot your machine.  If you fail to reboot, settings
  28.        in your CONFIG will not be active.
  29.  
  30.   2. Redirection to the NUL Device.
  31.  
  32.        Many people prefer to hide the screen output of TSR's (like
  33.        the opening screen of Sidekick) by starting them in their
  34.        AUTOEXEC.BAT like this:
  35.  
  36.                       SK > NUL
  37.  
  38.   What this does is send the program output to the DOS NUL device,
  39.   suppressing output to the screen.  Because of the way DOS handles
  40.   TSR programs, redirecting output to the NUL device when starting
  41.   a TSR will cause the TSR to *permanently* allocate two file
  42.   handles in memory.  These file handles will stay allocated until
  43.   the machine is rebooted.  This makes them unusable by other DOS
  44.   programs.  When Paradox starts and checks to see if enough file
  45.   handles are available it will not see as many as have been
  46.   initially allocated by DOS.
  47.  
  48.   If you have:  FILES=20
  49.  
  50.   in your CONFIG.SYS and you start a TSR like SideKick with the
  51.   line:
  52.  
  53.       SK > NUL
  54.  
  55.   in your AUTOEXEC.BAT you will only have 18 file handles available
  56.   to Paradox instead of the original 20.  The only way to fix this
  57.   is to remove the '> NUL' from every occurrence within your
  58.   AUTOEXEC.BAT file.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.