home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / TIR108.ZIP / TIR.DOC < prev   
Text File  |  1993-10-18  |  5KB  |  114 lines

  1. WHAT?------------------------------------------------------------------------      
  2.       
  3.                ╒═══════════╤═══════════╤═══════════╕
  4.                   │ Tirectory │ Tirectory │ Tirectory │
  5.                ╘═══════════╧═══════════╧═══════════╛
  6.                    The Triple Directory Listing
  7.                           V1.08 by Dave Reynolds
  8.                       
  9.                 internet -    dave.reynolds@canrem.com
  10.              CRS      -    in conference 315 chit_chat
  11.                       
  12.     FREE WARE!!! PAST IT AROUND, JUST DON'T ALTER IT PLEASE!!! 
  13.  
  14. HOW?-------------------------------------------------------------------------
  15.  
  16.  /? or /H - Displays a reminder screen of the switches.
  17.  
  18.   /C      - Display color codes. Brings up example colors showing you
  19.         what each color means.
  20.  
  21.   /P      - Turns OFF the automatic pause.
  22.  
  23.   /S      - Makes a single column list.
  24.  
  25.   /D      - Makes a double column list.
  26.  
  27.   /N      - NO sort. This is handy if you want to see the files in their
  28.         original order.
  29.   
  30.   /E      - Extension sort. Files are sorted by the .[whatever]
  31.  
  32.   /Z      - siZe sort. Largest to smallest file sizes.
  33.  
  34.   /X      - Displays eXecutables only. (.EXE .COM .SYS)
  35.  
  36.   /O[ext] - Omit extension.   NO "." should be added just /OEXT I thought of
  37.         this while looking at my Mahjong directory.  Instead of trying to
  38.         list  the  exe's or com's I thought why not just Omit the TIL's.
  39.         So now I just TIR /OTIL and  I  get a list of everything but the
  40.         .til files.
  41.  
  42. EXAMPLE----------------------------------------------------------------------
  43.            
  44.               C:\> TIR D:\Zips\a* /d /p /otxt
  45.       
  46.       This  command would  list  all the files in the ZIPS directory on the
  47.     drive D: that start with A  in  a  Double column with no Pause AND Omit
  48.     any files that have a .TXT extension.
  49.  
  50. WHY?-------------------------------------------------------------------------   
  51.    
  52.    This simple program is intended to supplement the Dos DIR command not (at
  53.   this  point  anyway)  replace  it.   I found that working with the Dos DIR
  54.   often gives you information  that  you  don't  really care about eg.   the
  55.   time.  I almost never look at the time or date.  I started to use the WIDE
  56.   switch with DIR.  But with that you don't even get the file size!
  57.  
  58.     In answer to my own needs I wrote this  little  program  to  display  my
  59.   directories three wide WITH the filesize. Also Dos DIR would only pause if
  60.   you  told  it  to,  so if a directory had tons-o-files you had to do a DIR
  61.   command twice.  Once to find out you couldn't read them all and the second
  62.   to add a /P or /W switch.  Humm.  TIR will pause after 24 lines of display
  63.   by default.   If you need to have it  zip by for some reason the /P switch
  64.   will turn OFF pause.
  65.  
  66.    Having the files sorted by Name is nice to.  So that's the default.    If
  67.   you  want  No  sort then add the /N switch.   Text (name/ext) sorts are in
  68.   ascending alphabetical order.  ie.  abc.  File size sorts are descending.
  69.    
  70.    Then I though "it would be nice to see all the files on the disk" not not
  71.   just the "normal"  files.    But  how  to  display  the attributes without
  72.   putting all kinds of letters and  junk  on  the  screen?    COLOR!    Each
  73.   attribute  or  combination of attributes has it's own color code.   To see
  74.   the codes type TIR /C and there you are.
  75.  
  76.    To install just copy it to your utils directory or any other directory in
  77.   your DOS PATH.  See your Dos manual if you need help with that.
  78.    
  79. ** Switches can be combined and a  file mask can be added.  The one thing to
  80.   remember is the switches MUST come AFTER the file mask on the command line.
  81.   Your file mask and path can be any valid DOS DIR path and  mask.    So  if
  82.   your in C:\DOS> you can do a TIR D:\ZIPS or any other drive or directory.
  83.  
  84. PROBLEMS!--------------------------------------------------------------------  
  85.        
  86.        TIR wont handle more that 500 files... I guess it could.. 
  87.        but I'm not sure how big I can go with arrays on my compiler.
  88.        Learning all the time....
  89.        
  90. STANDARD DISCLAIMER----------------------------------------------------------
  91.       
  92.       NOTHING HERE WILL WORK ON ALL MACHINES OR AT ALL TIMES 
  93.      OR IN ALL WEATHER OR WHEN ITS DAYLIGHT OR WHEN IT'S DARK.
  94.       IN OTHER WORDS USE AT YOUR OWN RISK. NOT THAT I THINK IT WOULD,
  95.       BUT IF SOMETHING BLOWS UP BECAUSE YOU USED THIS PROGRAM
  96.               DON'T COME CRYING TO ME.
  97.                       
  98. REVISIONS--------------------------------------------------------------------
  99.  
  100.       v1.04 - fixes bug when there is only 1 file in a dir.
  101.             - fixes bug when there are no dirs in base dir.
  102.               - adds other drive listings eg.  C:> TIR B:\*.*  [enter]
  103.               will show you the files and free size of the disk in
  104.               drive b:. Then return you to the current directory.
  105.       v1.05 - fixes up the paths when calling TIR 's on other drives.
  106.               eg. C:> TIR B:   and  C:> TIR D:\ZIPS   now works.
  107.             - adds a bit more color to the display
  108.       v1.06 - fixes incomplete file masks  A* will now work.
  109.       v1.07 - adds Omit (/O) option  TIR /ODOC will skip all files 
  110.               with the extension .DOC
  111.       v1.08 - adds the eXecutables only (/X) option.
  112.             - adds more graphics.
  113. THE END----------------------------------------------------------------------
  114.