home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / TIR103.ZIP / TIR.DOC < prev   
Text File  |  1993-09-27  |  4KB  |  86 lines

  1.  
  2.       │ Triple Directory │ Triple Directory │ Triple Directory │
  3.                       
  4.                         V1.03 by Dave Reynolds
  5.  
  6.                    internet -    dave.reynolds@canrem.com
  7.                    CRS      -    in conf 315 chit_chat
  8.  
  9.       FREE WARE!!! PAST IT AROUND, JUST DON'T ALTER IT PLEASE!!! 
  10.           
  11.           v1.03 - adds drive letter
  12.                 - moves ALL subdirectories to the TOP 
  13.                   of the listing
  14.                 - fixes extensions with less than 3 letters
  15.                 - adds free bytes on drive
  16.                 - counts DIR's and Files seperatly (UNLESS /N IS USED!)
  17.     
  18.     
  19.     This simple program is intended to supliment the Dos DIR command
  20.   not (at this point anyway) replace it. I found that working with the
  21.   Dos DIR often gives you information that you don't really care about
  22.   eg. the time.  I almost never look at the time or date.  I started to 
  23.   use the WIDE switch with DIR. Now you don't even get the file size!
  24.  
  25.     In answer to my own needs I worte this little program to display
  26.   my directorys three wide WITH the filesize. Also Dos DIR would only
  27.   pause if you told it to, so if a directory had tons-o-files you had to
  28.   do a DIR command twice. Once to find out you couldn't read them all
  29.   and the second to add a /P or /W switch. Humm. 
  30.  
  31.    TIR will pause after 24 lines of display by default. If you need to 
  32.   have it zip by for some reason the /P switch will turn OFF pause.
  33.  
  34.    Having the files sorted by Name is nice to. So thats the default. If
  35.   you want No sort then add the /N switch.  Text (name/etx) sorts are in
  36.   assending alphabetical order. ie. abc.  File size sorts are decending.
  37.   Meaning largest to smallest.
  38.    
  39.    Then I though "it would be nice to see all the files on the disk" not
  40.   not just the "normal" files.  But how to display the attributes without
  41.   putting all kinds of letters and junk on the screen? COLOR! Each attribute 
  42.   or combination of attributes has it's own color code. To see the codes
  43.   type TIR /C and there you are.
  44.  
  45.    To install just copy it to your utils directory or any other directory
  46.   in your DOS PATH.  See your Dos manual if you need help with that.
  47.    
  48.    Switches can be combined and a filemask can be added. The one thing to
  49.   remember is the switches MUST come AFTER the filemask on the command
  50.   line.  AND the file mask must have an extention.  A* will not work, but
  51.   A*.* will. I'm working on that one, but I'm also trying to keep the size 
  52.   of the file down to a minimum.
  53.  
  54.   examples:      (for a list of all switches type TIR /?)
  55.     
  56.   TIR            normal 3 column display of ALL files with pause ON
  57.   
  58.   TIR /N         normal 3 column display of ALL files. Pause is ON.
  59.                  Sort by name is OFF.
  60.  
  61.   TIR /S         single column display of ALL files with pause ON
  62.   
  63.   TIR *.ZIP /D   double column display of ONLY the files with .ZIP extention
  64.                  pause is ON
  65.  
  66.   TIR A*.* /P    3 column display of all files that start with 'A' the
  67.                  pause is OFF
  68.  
  69.   TIR /C         will bring up the COLOR CODES.
  70.  
  71.   TIR /E         3 column display sorted by Extention.
  72.  
  73.   TIR A*.* /D /E All files begining with 'A' sorted by their Extention in
  74.                  double columns.
  75.  
  76. PROBLEMS!  TIR wont handle more that 255 files... I guess it could.. 
  77.            not sure.
  78.             
  79.            TIR cant handle T*  type masks. They must have the '.'
  80.            and an extension.
  81.  
  82.  
  83.  
  84.  
  85.  
  86.