home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t180 / 1.img / READNOW.COM (.txt) < prev    next >
Encoding:
Graham's TXT2COM  |  1999-12-15  |  5.1 KB  |  62 lines

  1. IMPORTANT NOTES TO BE READ BEFORE USING Q387.EXE
  2.  
  3. <path to Q387>\Q387 xxx-xxx-xxx
  4.              REMARK: As this program is cracked,you may type any numbers
  5.                      to replace (xxx-xxx-xxx)
  6.              For example: Q387 324-342-744
  7.  
  8. where xxx-xxx-xxx is your Run Code.  You may have this anywhere in  your
  9. Autoexec.bat  file so that Q387 loads automatically each time you  start
  10. your  computer.   Q387 is not a DOS TSR (Terminate  and  Stay  Resident)
  11. program,  so  the order in which you load it  is  inconsequential.   You
  12. would  not  use any LOADHI with it.  Q387 uses no DOS  memory,  nor  any
  13. Upper  Memory Block, nor any of the Upper Memory area (the area  between
  14. 1024k and 1088k).
  15.  
  16. Included files in this new Version:-
  17.  
  18.      Q387.exe - The Q387 executable.  This is a a self-expanding,
  19.                 compressed file.  Compressed with PKlite Professional
  20.                 (PKlite is a trademark of PkWare, Inc.)
  21.      Q387.doc - This file.
  22.      OFF.exe  - Will disable Q387 after it has been loaded.  It does
  23.                 not remove Q387 from memory.  Do not run from within
  24.                 Windows.
  25.      ON.exe   - Reenables Q387 after it has been disabled by "OFF.exe".
  26.                 Do not run from within Windows.
  27.  
  28.      One  penalty  associated with the use of expanded  memory  is  that
  29. available high memory will be reduced by 64k (required for the  expanded
  30. memory  "page frame"), leaving less room for device drivers  and  TSR's.
  31. Also,  Windows  cannot use any of your expanded memory in  386  Enhanced
  32. Mode.  If you don't want to use expanded memory, you can specify to  the
  33. EMM  that it not use a page frame, thus reclaiming the lost 64k of  high
  34. memory.  This is accomplished as follows in your CONFIG.SYS file -
  35.  
  36. device = <path to DOS>\EMM386.EXE NOEMS                (for DOS 5)
  37. device = <path to QEMM>\QEMM386.SYS FRAME=0            (for QEMM386)
  38. device = <path to 386MAX>\386MAX.SYS NOFRAME           (for 386MAX)
  39. device = <path to DR DOS>\EMM386.SYS /F=none           (for DR DOS 6)
  40.  
  41.  
  42. If you are using EMM386 and older DOS Extender programs (e.g. ACAD 11)-
  43.  
  44.      Older DOS Extender programs such as AutoCAD 11 can only make use of
  45. Expanded Memory when an EMM is present, so it's best to allocate  almost
  46. all of your available memory to Expanded Memory in this case.  You  must
  47. reserve  enough  Extended  Memory  for  Q387  to  load,  however.   With
  48. EMM386.exe, a straightforward way to do this is as follows (this example
  49. is for a computer with 4 Meg of RAM) -
  50.  
  51. device = <path to DOS>\EMM386.EXE L=340 2912
  52.  
  53. where  the  "L=340" parameter tells EMM386 to reserve 340k  of  extended
  54. memory.   The  "2912"  parameter tells it to allocate  2912k  bytes  for
  55. expanded memory (if that much is available).  If you don't tell the  EMM
  56. to  reserve a sufficient amount of Expanded Memory, older  DOS  Extender
  57. applications  will give you some confusing message such as  "Conflicting
  58. protected mode environment", or "The 386 chip is currently executing  in
  59. virtual  8086 mode...", etc.  QEMM and 386MAX make both types of  memory
  60. available  from  the  overall supply of memory, so  you  don't  have  to
  61. reserve any memory explicitly for extended or for expanded memory.
  62.