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 / TURBODS / LUX53-TD.LBR / -READ.ME next >
Text File  |  2000-06-30  |  4KB  |  106 lines

  1.  
  2.                 LUX v 5.3 for TurboDOS
  3.  
  4. The files in this library are for **TurboDOS** users only!!
  5.  
  6. If you're not running TurboDOS - then don't use LUX53TD.MQC
  7. You want the regular LUX52.LBR or whatever the current CP/M
  8. version of LUX is.
  9.  
  10. This version of LUX has had all non-TurboDOS equates stripped
  11. out to compact and clean-up the code.  We don't use things
  12. like ZCPR or KMD or .SUB files to run non-existent BYE programs.
  13.  
  14.  
  15. Installation:
  16.  
  17. Edit conditionals and assemble LUX53TD.MAC with M80/L80
  18. for your system.  Be sure to set the REMFIL equate to what
  19. you use, I use Remote Access and use command files with
  20. the extent of .REM only - you may be using .COM files.
  21.  
  22. The MAKELUX.DO is a TurboDOS automated assembly program
  23. for use with DO.COM (if you have TDOS then you have DO.COM)
  24.  
  25. Assemble a version of XMODEM with the LUXMOD equate TRUE
  26. or use a standard XMODEM above version 1.10 that has the
  27. LBR send capability and include it with the Lux modules
  28. in the specified drive/user area.  The LUX53TD.MAC file
  29. is set and looks for LUXMODEM.COM now
  30.  
  31. The LUX modules, LUXDIR, LUXTYP, UNARC, LUXCHK, and LUXCRC
  32. have been included in .COM form in this library, if you need
  33. the source for special mods get them from the regular LUX52.LBR
  34.  
  35. I have included a specially modified version of UNARC.COM
  36. that responds to CTRL-S requests as well as CTRL-C requests.
  37. The distributed UNARC.COM in UNARC12.LBR does NOT respond to
  38. CTRL-S.  And it doesn't page so... use mine!
  39.  
  40. I have also included TYPELZ.COM which you can use in place of
  41. LUXTYP.COM if you wish the ability to TYPE out CRunched files
  42. as well as SQueezed files and regular ASCII files.  TYPELZ.COM
  43. was assembled from TYPELZ13.Z80 and is set for unlimited line
  44. typing and does NOT respond to ZCPR's wheel byte.  Most of the
  45. un-TYPEable filetypes (ie  ARC, SYS, BAD, ??#, OV?, etc..)
  46. are listed in an exclude table at the beginning of the file
  47. and are NOT typed out.
  48.  
  49. (You may want to seriously consider using TYPELZ as many of
  50.  the new libraries I've seen have large source files crunched
  51.  now to save space rather than squeezing them.)
  52.  
  53. ---------------------------------------------------------------------------
  54. The LUX53-TD.LBR should contain the following:
  55.  
  56. -READ.ME    This file
  57. LUX53TD.MQC    Squeezed assembly listing (LUX53TD.MAC)
  58. LUXCHK.COM    LUX module (CHEK)
  59. LUXCRC.COM    "      "   (CRC)
  60. LUXDIR.COM    "      "   (DIR)
  61. LUXTYP.COM    "      "   (TYPE)
  62. MAKELUX.DO    Automated DO file for assembly
  63. MAKELUX5.COM    Produces finished LUX.COM, merges LUX.CO0 & LUX.CO1
  64. TYPELZ.COM    Alternate for LUXTYP if supporting CRunched files
  65. UNARC.COM    Alternate for LUXDIR/LUXTYP when attached to an ARC file
  66. ---------------------------------------------------------------------------
  67.  
  68. Future Revs:
  69.  
  70. I'm thinking about adding individual ARC member send capability
  71. to the newest version of XMODEM (1.24 at this writing) but as
  72. yet have not done it.  ARC file sends are kinda tricky because
  73. ARC.EXE uses 3 or 4 different methods of file compression which
  74. means that the rec'd file would have to be given a filetype
  75. of .ARC so it could be decompressed properly.  This could be
  76. really confusing to the non-expert or novice remote user.
  77.  
  78. Consider the file  TEST.ARC,  it contains 3 files:
  79.  
  80.         TEST.DOC   TEST.EXE   TEST.ASM
  81.  
  82. How does one keep track of the rec'd individual files?  If
  83. you try to give each one the extent of .ARC it's gunna get
  84. confusing real fast.  Oh well...
  85.  
  86. At least we now have a simple way to manipulate ARC files
  87. to allow remote users to view DOC files before downloading
  88. a 150k or 250k archive they can't use or didn't want but
  89. didn't know any better.
  90.  
  91.  
  92. Have fun...
  93.  
  94.  
  95.                     Steve Sanders - Sysop
  96.                     The DataCOM Super Systems(tm)
  97.                     (813) 791-1454  300/1200/2400
  98.                     Clearwater, Florida
  99.  
  100.                     07/13/86
  101.  
  102.  
  103. ** TurboDOS is (c) Software 2000, Inc.
  104.  
  105. {eof}
  106.