home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / RCPM / LUX80.ARK / -READ.ME next >
Text File  |  1987-03-04  |  3KB  |  64 lines

  1.  
  2.                                   LUX
  3.                       (Library Utility eXtension)
  4.  
  5.   LUX is a special utility used to "enter" .LBR (CP/M and MS-DOS), .ARK
  6.   (CP/M) and .ARC (MS-DOS) file collections -- this allows one to
  7.   manipulate member files in various ways (i.e. TYPE and SEND files,
  8.   modify .LBR files with NULU while running LUX, etc).  You are also
  9.   able to use NSWEEP and SuperZAP while using LUX, so now many operations
  10.   can be performed without ever exiting it!  While popular on (and of
  11.   most benefit to) RCP/M's, LUX may be used on any Z-80 system (it is not
  12.   encoded for 8080 cpu's).
  13.  
  14.   The distribution LUX80.COM is configured from the LUX80.MAC file as
  15.   follows:
  16.  
  17.         DIR.COM            A0:   {Used for *.LBR and *.AR? and misc DIRs -
  18.                                    you provide SDxxx.COM or similar}
  19.         BYE.COM            A0:   {you provide}
  20.  
  21.         UNARC.COM          A0:   {UNARC    v1.42 included}
  22.         TYPE.COM           A0:   {LT       v1.8 included}
  23.         NULU.COM           A15:  {NULU     v1.15 included}
  24.         ZAP.COM            A15:  {SuperZAP v3.3  included}
  25.         NSWEEP.COM         A15:  {NSWEEP   v2.07 included}
  26.         LUXCHK.COM         B15:  {included}
  27.         LUXCRC.COM         B15:  {included}
  28.         LUXDIR.COM         B15:  {included}
  29.  
  30.         RCPM    EQU     YES
  31.         NUKMD   EQU     YES      {using NUKMD}
  32.         EXTARC  EQU     YES      {allows .ARK/.ARC member extractions}
  33.         BYEOK   EQU     YES
  34.         CHATOK  EQU     YES
  35.         NOTEOK  EQU     YES
  36.         ZCPR    EQU     YES      {uses MAXDRV/USR settings}
  37.         NULUOK  EQU     YES      {uses NULU with WHEEL}
  38.         SZAPOK  EQU     YES      {uses SuperZAP with WHEEL}
  39.         NSWPOK  EQU     YES      {uses NSWEEP with WHEEL}
  40.  
  41.   LUX.COM should be placed on A0: for access by all users.
  42.  
  43.   If you wish to reassemble LUX80.MAC for your own system needs, place
  44.   all files on one drive/user area.  Using EX15.COM (included), give
  45.   this command:
  46.                 A>EX15 MAKELUX
  47.  
  48.   This will run the submit file (MAKELUX.SUB), which assembles/loads
  49.   and saves LUX.CO0 and LUX.CO1 via M80 and L80 -- it then links the
  50.   resulting .COx files and saves the finished LUX.COM via COMBINE
  51.   (.COM), erasing the uneeded .COx files upon completion.
  52.  
  53.   Transfer options listed in the menu are SEND, SENDK, KMD S and KMD SK,
  54.   but user input of KMD A and KMD L are accepted as well depending upon
  55.   your equate settings (NUKMD and MBKMD differentiates between the L and
  56.   A options, while KMD does not).
  57.  
  58.  
  59.   Tom Brady
  60.   Decibel PBBS
  61.   (404) 288-6858
  62.   300/1200/2400
  63.  
  64.