home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / dos_util / drnewc.zip / DR.DOC < prev    next >
Text File  |  1993-08-23  |  3KB  |  79 lines

  1. DR.COM provides an integrated set of file management facilities for sorting,
  2. viewing, renaming, deleting, and moving files to another directory.  The
  3. command is entered at the DOS prompt, with the following syntax:
  4.  
  5. Syntax:    DR [d:][directory]
  6.  
  7. The default filename display (21 per page, to a maximum of 721) is sorted 
  8. alphabetically.  Various switches, added to the command, may be added to sort
  9. by other criteria:
  10.  
  11.    /E (sort by Extension)
  12.    /S (sort by Size)
  13.    /D or /T (sort by DaTe)
  14.    /O (sort by DOS DIR order)
  15.  
  16. Thus, for example,
  17.  
  18.     DR \PROG /S
  19.  
  20. sorts the initial display of the PROG directory of the default drive by size.
  21.  
  22. When a DR listing is on screen, a menu is displayed showing further options. 
  23.  A highlight bar illuminates a single filename, and the Up and Down Arrow keys
  24.  move the highlight bar a line at a time.  The PgUp and PgDn keys move the bar
  25.  a page at a time, and Ctrl-PgUp and Ctrl-PgDn move it to the top and bottom
  26.  of the current page.  Home and End move to the beginning and end of the
  27.  directory listing.  Pressing (and repressing) a letter moves the bar to the
  28.  first (and successive) filename(s) beginning with that letter.
  29.  
  30. The highlighted file may be brought on screen for viewing by pressing F1 (or
  31.  Enter or Ctrl-V).  The Up and Down Arrows, PgUp and PgDn, and Home and End
  32.  work within the file, as well.  Esc, Enter, or F1 return you to the menu and
  33.  directory listing.  When pressed at the menu level, Esc terminates the 
  34.  program.
  35.  
  36. Within DR, the following function keys (and alternatively, the indicated 
  37. Ctrl-letter) combinations are used:
  38.  
  39. F1   Ctrl-V (or Enter)         View file
  40. F2   Ctrl-D                  Delete file
  41. F3   Ctrl-R                  Rename file
  42. F4   Ctrl-M                    Move file
  43. F5   (none)        CONFIRM DELETE ON/OFF
  44. F6   Ctrl-W       WordStar hi-bit ON/Off
  45. F7   Ctrl-N           Sort files by Name
  46. F8   Ctrl-E      Sort files by Extension
  47. F9   Ctrl-S           Sort files by Size
  48. F10  Ctrl-T           Sort files by Date
  49.  
  50. Successive sorts can be used to arrange files, e.g. in order of
  51. size and then, additionally, by extension.
  52.  
  53. Files can be renamed and may be moved from one directory to
  54. another within DR, but they cannot be renamed and moved in a
  55. single step.  Files cannot be copied from within DR.
  56.  
  57.                      *  *  *  *  *  *
  58.  
  59. UPDATE 1993
  60.  
  61. This version of DR.COM is a modified version of DRNEW.COM.
  62.  
  63. The original version of DRNEW.COM selected default colours from
  64. from the environment.  This version has been modified to support
  65. a user-selected colour parameters which can be altered via PC Mag
  66. utility PATCH.COM, which uses the DR.ZIF file to determine patch
  67. locations.
  68.  
  69. Features of the new version include:
  70.  
  71. -  The capability of reading and changing directory names in
  72.    addition to file names.
  73.  
  74. -  Execute .EXE and .COM files highlighted by the scroll-bar by
  75.    pressing <CTRL-RETURN>.
  76.  
  77.                               stan.birch@canrem.com  23 Aug 1993
  78.  
  79.