home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / DSKUTL11.ZIP / MV.MAN < prev    next >
Encoding:
Text File  |  1991-06-29  |  1.8 KB  |  67 lines

  1.      mv (local)               Disk Utilities v1.1                mv (local)
  2.  
  3. NNAAMMEE 
  4.           mv  -  This  program  is  used  to  move  (rename) files and
  5.      directories.   The benefits over the  dos  "rename"  command  are
  6.      that it can both rename and  move directories and files.  It does 
  7.      do  a  real  move  of  files,  but  doesn't  do  a  real  move of
  8.      directories.  This will result in a slight loss of speed  (though
  9.      still   much  faster  than  coping,  and  deleting)  when  moving
  10.      directories.  
  11.  
  12.  
  13. SSYYNNOOPPSSIISS 
  14.           mv [-no] <file> [file ...] <dest> 
  15.  
  16.  
  17. EENNVVIIRROONNMMEENNTTSS 
  18.  
  19.           Options  for  this  program  will  also  be  looked  for  in
  20.      command.com's environment.    This  is  done with the set command
  21.      (e.g. set mv=o causes mv to always use the option o).  
  22.  
  23.  
  24. OOPPTTIIOONNSS 
  25.  
  26.      n - no overwrite.  This option disables the default prompt asking 
  27.      whether the file should be overwritten.  If a source  file  would
  28.      overwrite a file in the destination, it will be skipped.  
  29.  
  30.      o  -  Overwrite.  This  forces  mv to overwrite destination files
  31.      (includes protected files, i.e.  without write permision).  If  a
  32.      source  file  would  overwrite  a  file  in  the destination, the
  33.      destination file will be removed (deleted) and  the  source  file
  34.      moved.  
  35.  
  36.  
  37. EEXXAAMMPPLLEESS 
  38.  
  39.           mv c:\foo\*.c c:\foo\*.h c:\turboc\prog 
  40.      Moves all .c and .h files in c:\foo to c:\turboc\prog.  
  41.  
  42.           mv turboc tc 
  43.      Renames turboc to tc (even if it is a directory) 
  44.  
  45.           mv \tmp\dir \masm\dir 
  46.  
  47.      Moves the directory \tmp\dir to \masm\dir.  
  48.  
  49.  
  50. BBUUGGSS 
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66. !
  67.