home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / ham / fcc115.zip / DOS_6_0.TXT next >
Text File  |  1993-06-28  |  2KB  |  40 lines

  1.  
  2.    ═════════════════[ USING DOS 6.0 WITH THE FCC PROGRAM ]═════════════════
  3.  
  4.    We  have  found that on some systems running the new DOS 6.0,   the  FCC 
  5.    program will hang when creating indexes or temporary files.  If you have 
  6.    a 386  or higher, and use EMM386.EXE and specify the NOEMS command,  you 
  7.    must also specify the NOVCPI command.   If you don't, your Clipper app's 
  8.    will hang, your computer will reboot or possibly send many print screens 
  9.    to  your  printer.   It appears to be related to the  paging  system  in 
  10.    Clipper, and how DOS 6.0 handles the page frame. 
  11.    
  12.    Another  alternative  is to configure your CONFIG.SYS with the  RAM  and 
  13.    AUTO  parameters.   This instructs DOS to emulate EMS from XMS when  the 
  14.    application requests it.  This seems to work fine, and also provides EMS 
  15.    to the Clipper applications for better performance. 
  16.    
  17.    
  18.                              (Here are some examples)
  19.    
  20.                       DEVICE=C:\DOS\EMM386.EXE NOEMS NOVCPI
  21.                                                      ------
  22.                                                         ^
  23.                                                         |
  24.                                                     Add This
  25.  
  26.  
  27.                                      - OR -
  28.  
  29.                         DEVICE=C:\DOS\EMM386.EXE RAM AUTO
  30.                                                  --- ----
  31.                                                   ^   ^
  32.                                                   |   |
  33.                                                 Add These
  34.    
  35.  
  36.                            (These are examples only!)
  37.  
  38.    ════════════════════════════════════════════════════════════════════════
  39.  
  40.