home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / d / dsharp10.zip / LSS.DOC < prev    next >
Text File  |  1993-01-24  |  1KB  |  37 lines

  1.                             LSS.COM
  2.  
  3. Yet another directory lister.  The strange name is a bastardized 
  4. unix name, but this is NOT like the unix "ls" command really.  
  5. It does not take the unix arguments and the output cannot be 
  6. redirected.  Call it what you want.  
  7.  
  8. Directory listers are much more common today than they were when 
  9. LSS was written.
  10.  
  11. Though LSS writes directly to video ram for speed, it more or 
  12. less simulates DIR/W/P.
  13.  
  14. o    The display format is easier to read.
  15.      
  16. o    It shows hidden/system files in contrasting color.  
  17.      
  18. o    It shows any read-only file by replacing the "." in the 
  19.      file name with a "*".
  20.      
  21. o    It shows a directory by replacing the "." in the file name 
  22.      with a "\".
  23.      
  24. o    If the display overflows, it will page.
  25.      
  26. o    It will NOT sort or arrange anything: what you see is what 
  27.      you have in your directory.  Sometimes this is important.
  28.      
  29. o    A convenient shortcut is used: an automatic "*.*".
  30.  
  31.           If you type "LSS A" then everything starting with A, 
  32.           and only that, will be shown.  This is just like 
  33.           specifying "LSS A*.*".
  34.           
  35.           If you type "LSS AB" then everything starting with AB 
  36.           will be shown, etc.
  37.