home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 15a / dd_1.zip / DD.DOC < prev   
Text File  |  1985-12-25  |  1KB  |  45 lines

  1. DoubleDir (DD.COM)                           Release 1.1 (12/85)
  2.  
  3. Functions - Shows two directories side by side, sorted by name.
  4.             * Each directory can be paged (scrolled) separately.
  5.             * They can be printed side by side.
  6.         * Wildcards can be used, exactly like the DOS "dir" command.
  7.  
  8. Purpose   - Use to compare directories, as when moving files
  9.         from floppy to floppy (or directory to directory).
  10.  
  11. Syntax    - dd [d:][\][path][filename] [d:][\][path][filename]
  12.  
  13. Examples  - dd
  14.  
  15.         dd a:*.asm b:*.com
  16.  
  17.             dd a:*.doc c:\mm\mydocs
  18.  
  19. Default is to the current directory.  A reverse video bar on the
  20. bottom of screen indicates the active directory. (The "active"
  21. directory is the one you can page).
  22.  
  23. Hidden and Read-only files are shown by "<" and "■"
  24.  
  25. Keys:   Tab, Left, Right    change active directory
  26.  
  27.         PgUp    back one page        PgDn    forward one page
  28.         F7      back one page        F8      forward one page
  29.         Up      back one line        Dn      forward one line
  30.         Home    top of directory     End     bottom of directory
  31.  
  32.         F1      help                 F9      Print
  33.  
  34.         Escape  exit to DOS
  35.  
  36. This program requires DOS 2.0 or higher.
  37.  
  38. Contributions and suggestions for enhancements gratefully
  39. accepted.  Fee for commercial use $6 (see address below).
  40. Not to be sold for profit.
  41.  
  42. (c) 1985 Eric Grunin
  43.          240 W.98 St.
  44.          NY, NY 10025
  45.