home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / dirutl / move11.arc / MOVE.DOC < prev   
Text File  |  1987-11-10  |  2KB  |  49 lines

  1.  
  2.  
  3.  
  4.  
  5.         Version 1.1                                           MOVE
  6.         (11-10-87)                                         Command
  7.  
  8.         ----------------------------------------------------------
  9.         Mark D. Stevens                             Copyright 1987
  10.         ----------------------------------------------------------
  11.  
  12.         Purpose:  Moves files around on the same disk.  Files
  13.                   being moved within the same directory must have
  14.                   different names.
  15.  
  16.         Format:   MOVE sourcepath [destinationpath] [/r] [/q]
  17.  
  18.         Remarks:  The 'sourcepath' and 'destinationpath' may be
  19.                   a file name, a complete path name, or a sub-
  20.                   directory and may include wildcard characters.
  21.                   If 'sourcepath' is a subdirectory, then a
  22.                   wildcard of '*.*' is assumed and all files from
  23.                   that subdirectory are moved to 'destinationpath'.
  24.                   If 'destinationpath' is not included, than the
  25.                   current directory is assumed.
  26.  
  27.                   The optional '/r' parameter is used to replace
  28.                   existing destination files.  If it is not
  29.                   specified, then no files will be overwritten and
  30.                   an error message will be produced.
  31.  
  32.                   The optional '/q' parameter is used to indicate
  33.                   that no progress messages are to be displayed.
  34.                   This is known as (q)uiet mode.  Error messages
  35.                   will be displayed regardless of the (q)uiet mode
  36.                   setting.
  37.  
  38.                   This command does an internal rename of the file(s)
  39.                   and therefore is much quicker than using copy and
  40.                   then delete.  If you are going from one drive to
  41.                   another than you must use the copy and delete
  42.                   method, as renaming files across disks is not
  43.                   supported.
  44.  
  45.         Author:   Mark D. Stevens             (GEnie Mail: MDSTEVENS)
  46.                   13502 Greencastle Ridge Terrace, #401
  47.                   Burtonsville, Maryland  20866
  48.  
  49.                   Please write with any comments or suggestions.