home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol6n02.zip / SCANDIR.DOC < prev   
Text File  |  1987-07-30  |  2KB  |  49 lines

  1.           SCANDIR                             Michael J. Mefford
  2.           Command                         1987/No. 2 (Lab Notes)
  3.  
  4.           ______________________________________________________
  5.  
  6.           Purpose:  Permits side-by-side comparison of the
  7.                     contents of two directories using either
  8.                     separately-controllable or synchronized
  9.                     forward/backward scrolling.
  10.  
  11.           Format:   SCANDIR [d:]directory1 [d:]directory2
  12.  
  13.           Remarks:  The directories to be compared do not have to
  14.                     be on the same drive.  Use the normal DOS
  15.                     backslash (\) character in specifying the
  16.                     path to a desired directory.  The DOS
  17.                     "wildcard" symbols (* and ?) may be used to
  18.                     limit the filenames displayed.
  19.  
  20.                     The two directory listings are presented in
  21.                     the normal DOS order and format.  A status
  22.                     line at the bottom of the screen shows
  23.                     whether the right or the left-hand column
  24.                     will be scrolled.  Use the Left- or Right-
  25.                     Arrow keys to set scrolling on for the
  26.                     alternate column, or use the ScrLk key to
  27.                     toggle synchronized movement on or off.  The
  28.                     Up- and Down-Arrow keys control forward and
  29.                     backward scrolling of the listing(s) one line
  30.                     at a time.  The PgUp and PgDn keys move the
  31.                     listing(s) one full screen (20 filename
  32.                     lines) at a time.  In the forward direction,
  33.                     if scrolling continues beyond the last
  34.                     filename in a directory, the listing
  35.                     commences again at the beginning.
  36.  
  37.                     Notes:
  38.  
  39.                     1.   SCANDIR is an on-screen program:  its
  40.                          display cannot be saved to a file or
  41.                          redirected to a printer.  If you require
  42.                          these capabilities, use DIRCOMP.COM,
  43.                          which is also included on this disk.
  44.  
  45.                     2.   Because SCANDIR.COM loads a secondary
  46.                          command processor, a copy of COMMAND.COM
  47.                          must be available on the boot-up drive
  48.                          (floppy or hard disk).
  49.