home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / quickdos.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  1.5 KB  |  40 lines

  1. [LANGUAGE english; PARENT index; PAGE 17]
  2. [C;6;B]        QuickDOS© V1.00
  3. [C;1;N]
  4. [I]QuickDOS was written by Alexis WILKE (c) 1994
  5. All rights reserved.
  6. [I;J]
  7.   lk is offered with a library named QuickDOS. That \
  8. library can be installed with other usual libraries \
  9. into your LIBS: directory.
  10.  
  11.   QuickDOS was created to increase by two or three the \
  12. loading speed (I check this on a product linking 751Kb \
  13. of data!)
  14.   To increase the speed at its maximum you will have to \
  15. add buffers to the device you use to stock your object \
  16. files. One buffer is needed for each object file plus \
  17. one per directory (only one is necessary for a directory \
  18. even that directory is used for several objects.) If \
  19. you use assigns, do not forget that every file name is \
  20. extended. QuickDOS uses only full paths. To know about \
  21. thoses paths, you may use the instruction QDLIST after \
  22. the first usage of lk. An overhead of 50 buffers is not \
  23. a lux. To add thoses buffers use ADDBUFFERS instruction \
  24. from you CLI.
  25.  
  26.   QuickDOS will automatically be invoked by lk. Some \
  27. useful keywords are available to check QuickDOS:
  28. [L;3]
  29. [LINK qddiscard]        QDDISCARD
  30. [LINK qdlist]            QDLIST
  31. [LINK qdprepare]        QDPREPARE
  32. [LINK qdremove]            QDREMOVE
  33. [LINK qdstart]            QDSTART
  34. [LINK qdstop]            QDSTOP
  35. [J;1]
  36.   QuickDOS can be used by any programmer. All necessary \
  37. informations are given into the QuickDOS archive file. \
  38. This one is given with the registred version and is \
  39. available on your prefered BBS.
  40.