home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpmug / cpmug085.ark / ABSTRACT.085 < prev    next >
Encoding:
Text File  |  1984-04-29  |  2.3 KB  |  47 lines

  1. CPMUG Volume 85 Abstracts
  2.  
  3.  
  4. BYE79.ASM and BYE79.DOC
  5.  
  6. Bye is the program originally written by Dave Jaffe, formerly of the
  7. Chciago Area Computer Hobbyist Exchange, that allows a "remote" user
  8. with a modem to access your CP/M microcomputer as if he were sitting
  9. at the console.  It has been extensively revised, modified and improved
  10. upon over the years and now contains a great many options, such as
  11. limiting the number of drives available to the user, limiting the
  12. number of user areas accessible under CP/M version 2+, etc.  Plus,
  13. a transient program (BYE being considered a semi-resident program)
  14. can modify these restrictions by "hot-patching" the appropriate
  15. memory locations.  More details on BYE's options may be found in
  16. the DOC file and in the comments in the ASM file.
  17.  
  18.  
  19. SD-44.ASM, SD-44.COM and SD-44.DOC
  20.  
  21. SD is the most-used Super Directory program for RCPM's.  It has many options,
  22. allowing the user to look at any number of selected drives, all drives,
  23. a specific user area, all user areas, etc.  It allows printing of the
  24. directory to the CP/M LIST device, writing the directory to a disk
  25. file (and concatenating additional directories), and more.  Of course,
  26. the directory is sorted into alphabetical order and is printed with
  27. file sizes.  See the DOC file and the comments in the ASM file for more
  28. information.  Digital Research's MAC macro assembler is required for
  29. assembly.
  30.  
  31. SQ-16.COM, SQUEEZ16.DOC, and USQ-19.COM
  32.  
  33. RCPM's use SQ to "squeeze" a file so that it takes up less space on
  34. disk and so that the remote user will be able to transfer the file in
  35. a minimum amount of time.  This can be critical with long distance callers
  36. or with heavily used systems.  SQ and USQ are written in BDS-C, but the
  37. source files are not included on this disk, partially due to space
  38. considerations.  I do intend to include the source on a later CP/M UG disk.
  39. When SQ/USQ were originally written, a file called FLS was included as a
  40. file list builder for processing wildcard filenames.  The latest versions
  41. of SQ and USQ have wildcard handling capabilities built in, so FLS is
  42. no longer needed.  See the DOC file for more information, including how
  43. SQ works to squeeze your files.  Space savings on disk are often as much
  44. as 30 to 40 percent.
  45.  
  46.                     Jim Mills, CPMUG Reviewer
  47.