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 / STARLET / LSWP106.ZIP / LSWEEP.DOC < prev    next >
Text File  |  1986-10-12  |  4KB  |  69 lines

  1.             LSWEEP by Howard Vigorita, NYACC, CP/M SIG
  2.                   for MSDOS & Concurrent PC-DOS
  3.  
  4.    LSWEEP is a MSDOS generic program to step through a directory of 
  5. LBR library members in 'sweep' fashion, with the ability to view or 
  6. extract members. The distribution version has been assembled and
  7. run in a 128K system and can be reasembled to run in as little as
  8. a 16k system if the "irec_per_blk" & "orec_per_blk" equates are
  9. reduced, although performance will degrade severly below 36.
  10.  
  11.    LSWEEP versions 1.06 and higher have been qualified for operation
  12. under MSDOS 2.x and 3.x as well as Concurrent PC-DOS 4.1 and 5.0.
  13.  
  14.    This version has been derived from the CP/M-86 versions of LDIR 
  15. and LTYPE by Charlie Godet-Ceraolo. Inspiration for this program
  16. came from the CP/M-80 version by Joe Vogler.
  17.  
  18.    To run LSWEEP from the default drive 
  19.    with TEST.LBR also on that drive:       LSWEEP TEST
  20.  
  21.    To run LSWEEP from the default drive
  22.    with TEST.LBR on B:                     LSWEEP B:TEST
  23.  
  24.    To use LSWEEP to access the first 
  25.    LBR on B:                               LSWEEP B:    <or>    LSWEEP B:*
  26.  
  27.    Wildcards can be used to access the 
  28.    first LBR that matches:                 LSWEEP B:TES*
  29.  
  30.    To access B:\JUNK\TEST.LBR from A: while logged onto A:\ do:
  31.  
  32.                                            A>CD B:\JUNK
  33.                                            A>LSWEEP B:TEST
  34.  
  35.    When logged into an LBR, a member can be dumped to the screen with the
  36. V(iew) commanded, or paged with the P(age) command. Both commands will
  37. transparently unsqueeze if the member is squeezed. When in page mode, the
  38. screen can be scrolled a page at a time with RETURN or a line at a time
  39. with the SPACE bar. CTL-X will cancel page mode. CTL-C also works in both
  40. page and view mode if it is done while the scrolling is in progress. When
  41. in view mode, take care not to strike any other keys before attempting
  42. CTL-C abort, otherwise DOS will not see it until it is reached in the
  43. type-ahead buffer. The same is true when CTL-S is used to stop scrolling.
  44.  
  45.    Two commands are provided for extracting members. The E(xtract) command
  46. will transparently unsqueeze, if necessary, while the Q(uick) command
  47. extracts as is. If the member isn't squeezed, either command can be used.
  48.  
  49.    This software is released into the public domain on the condition
  50. that it is not incorporated into any other software for which the
  51. source code and credits are not supplied or included in any library
  52. for which redistribution is restricted. Any variance from these
  53. conditions may only be obtained on written consent of the author.
  54.  
  55.    Non-Profit Public Domain Libraries & BBS's: redistribution and use
  56. of this package is encouraged.
  57.  
  58.    All other commercial activities: redistribution of this package is
  59. encouraged. Distribution of the executable file alone is permitted
  60. so long as the signon is left intact. The entire package may be
  61. included in a software library for commercial distribution on the
  62. condition that the distributor waive any rights in the software
  63. library which might tend to restrict its redistribution, other than
  64. rights similar to ones reserved here. All non-profit library and
  65. BBS proprietors, as well as other software authors, are intended to
  66. be benificiaries of this covenant. Any enrichment obtained in
  67. violation of this covenant shall be held in trust and disgourged on
  68. demand of the author or any benificiary.
  69.