home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / ls-v80a.arj / LS.DOC < prev   
Encoding:
Text File  |  1992-02-02  |  1.2 KB  |  39 lines

  1.  
  2. C:\>ls/?
  3.  
  4. Listing Service [LS] version 8.0a by artSHLEE ; Sang-hyun
  5. Update by artSHLEE & YongHyun in Korea Univ. Electrical Engineering
  6.  
  7. Usage - set LS_OPTIONS=/options used always   \ put these options
  8.         set LS_COLOR:{ext}=color code         / your AUTOEXEC.BAT, if you need.
  9.  
  10.  
  11.  
  12.         ls /options.. *.* /options..
  13.  
  14. Options - ? : Help !             c : Some guide.=color code.(set LS_COLOR)
  15.  
  16.         n , N : Sort by Name  |  e , E : Sort by Extention
  17.         s , S : Sort by Size  |  d , D : Sort by Date, Time
  18.         ( n,e,s,d : ascending | N,E,S,D : descending )
  19.  
  20.         a : Add file attribute (show hidden files)
  21.         l : Add last-changed time
  22.         h : Display left/right ordering (default=up/down)
  23.         k : In Combi Korean letters,  f : KS fixed letters
  24.             (Don't be care.It's not useful for american)
  25.         r : Redirectable display (for printing)
  26.         w : Display 4 files a line
  27.         m : For monochrome VGA or B/W monitor
  28.         t : Scroll up screen
  29.         (Case is sensitive)
  30.  
  31. Under is my AUTOEXEC.BAT
  32. C:\> type autoexec.bat
  33.  
  34. set ls_options=/n
  35. set ls_color:lzh=112
  36. set ls_color:zip=112
  37. set ls_color:arj=112
  38. set ls_color:cap=120( You can select this color code number, type LS/C )
  39.