home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / msdos / otros / DIRE.DOC < prev    next >
Text File  |  1993-06-30  |  5KB  |  116 lines

  1.           DIRE    Version 3.0     Copyright (c) 1989,1990 - Bruce Pennypacker
  2.  
  3.    DIRE is a program that is designed to take the place of the DIR command.
  4.  DIRE performs a few more functions than DIR does, but looks almost exactly
  5.  like the DIR command.
  6.  
  7.   The differences between DIR and DIRE are -
  8.  
  9.    - DIRE displays the time the file was created in military (24 hour) time.
  10.    - DIRE can display hidden files, and will mark them with an 'H' on the
  11.        right hand side of the screen.
  12.    - DIRE will also mark files that are read only with an 'R', and system
  13.        files with an 'S'.  Archive files are similarly marked with an 'A'.
  14.    - DIRE can be told to only display the names of subdirectories using the
  15.        /DIR parameter.
  16.    - DIRE will also accept the /P parameter to stop scrolling of the screen
  17.        if it gets filled up.
  18.    - DIRE can print the directory on a printer using the /LPT parameter.
  19.    - DIRE can not display the file names in a wide (/W) format like DIR can.
  20.    - DIRE will accept the wildcard '*', but not the wildcard '?'.
  21.    - DIRE displays information about the disk after the directory listing,
  22.        including number of files and directories, number of bytes used by
  23.        files in that directory, free space on the disk, etc.
  24.  
  25.  The format for executing DIRE is:
  26.  
  27.        DIRE [path] [parameters]
  28.  
  29.  
  30.  DIRE works just like the DIR command, and can accept only seven parameters
  31.  other than a path.  These seven parameters are /A, /R, /S, /H, /P, /LPT, and
  32.  /DIR.  /P works  just  like it  does with the DIR command,  it will fill the
  33.  screen and wait for a key to be pressed before going on.  The /DIR parameter
  34.  tells  DIRE to display only the names of  any subdirectories that may appear
  35.  in the directory.  The /LPT parameter tells DIRE  to print a hardcopy of the
  36.  directory listing rather than display it on the screen.   The parameters /A,
  37.  /R,  /S, and /H tell DIRE  to display only Archive,  Read Only,  System, or
  38.  Hidden files respectively.
  39.  
  40.  DIRE has an online help screen available that lists all the available
  41.  parameters.  Just type "DIRE ?" for the help screen.
  42.  
  43.  
  44. The following is a listing created by DIRE of a typical C drive root directory.
  45. Notice that the files IBMBIO.COM and IBMDOS.COM show up and are both
  46. marked 'R S H' for Read Only, System, and Hidden.  These files are not seen
  47. when DIR is used.
  48.  
  49. C:\>DIRE
  50.  
  51.  Extended Directory V 3.0    Copyright (C) 1989, 1990 - Bruce Pennypacker
  52.  
  53.  Directory of C:\
  54.  
  55. IBMBIO   COM    22100   3-18-87  12:00:00      R S H
  56. IBMDOS   COM    30159   3-17-87  12:00:00      R S H
  57. COMMAND  COM    25307   3-17-87  12:00:00
  58. DOS          <DIR>      1-05-89   3:01:44
  59. UTILS        <DIR>      1-05-89   3:01:46
  60. LOTUS        <DIR>      1-05-89   3:01:46
  61. ANSI     SYS     1678   3-17-87  12:00:00
  62. COUNTRY  SYS    11285   3-17-87  12:00:00
  63. DISPLAY  SYS    11290   3-17-87  12:00:00
  64. DRIVER   SYS     1196   3-17-87  12:00:00
  65. KEYBOARD SYS    19766   3-17-87  12:00:00
  66. PRINTER  SYS    13590   3-17-87  12:00:00
  67. DW4          <DIR>      1-05-89   3:20:18
  68. CONFIG   SYS      228   6-20-89   9:40:58
  69. TURBOP       <DIR>      7-06-89   8:31:46
  70. AUTOEXEC BAT      236   7-14-89  16:43:58    A
  71. FLIGHT       <DIR>      7-20-89  12:55:44
  72. CHESS        <DIR>      7-20-89  13:00:52
  73.  
  74.         11 Files  (1 Archive) (2 Read Only) (2 System) (2 Hidden)
  75.          7 Directories
  76.     136835 Bytes Used by Files
  77.   23013376 Bytes Free on Disk
  78.   33462272 Total Bytes on Disk
  79.  
  80.  
  81.  
  82.                              LICENSE/WARRANTY
  83.                              ----------------
  84.  
  85.   This program is shareware (freeware), and may be freely distributed in it's
  86.   original form.  No user may modify DIRE or this document in any way.  No fee,
  87.   charge, or other compensation may be accepted or requested without the
  88.   express written consent of the author.  Distribution of DIRE in conjuction
  89.   with any other product is prohibited, except with similar written consent.
  90.  
  91.   Distributors of public domain software may distribute copies of DIRE subject
  92.   to the above conditions.
  93.  
  94.   The author makes no warranty of any kind, express or implied, including
  95.   without limitation, any warranties of merchantability and/or fitness for a
  96.   particular purpose.  Furthermore, the author shall not be liable for any
  97.   damage to data or property which may be directly or indirectly caused by
  98.   the use of this program.  In no event will the author be liable for any
  99.   damages, including lost profits, or for any claim by any other party.
  100.  
  101.  
  102.  
  103.   If you find DIRE convenient and easy to use, a registration fee of $10 would
  104.   be appreciated.  If you send $20 or more you will receive information about
  105.   newer versions of DIRE when they become available.  When registering please
  106.   include the version number of DIRE that you have, and where you obtained it
  107.   from.  (If from a BBS please include BBS name and phone number).  Comments
  108.   and bug reports are also encouraged.
  109.   Send check or money order to:
  110.  
  111.     Bruce Pennypacker
  112.     41 Shelter Rock Road
  113.     Stamford, Connecticut
  114.     06903
  115.  
  116.