home *** CD-ROM | disk | FTP | other *** search
- mv (local) Disk Utilities v1.1 mv (local)
-
- NNAAMMEE
- mv - This program is used to move (rename) files and
- directories. The benefits over the dos "rename" command are
- that it can both rename and move directories and files. It does
- do a real move of files, but doesn't do a real move of
- directories. This will result in a slight loss of speed (though
- still much faster than coping, and deleting) when moving
- directories.
-
-
- SSYYNNOOPPSSIISS
- mv [-no] <file> [file ...] <dest>
-
-
- EENNVVIIRROONNMMEENNTTSS
-
- Options for this program will also be looked for in
- command.com's environment. This is done with the set command
- (e.g. set mv=o causes mv to always use the option o).
-
-
- OOPPTTIIOONNSS
-
- n - no overwrite. This option disables the default prompt asking
- whether the file should be overwritten. If a source file would
- overwrite a file in the destination, it will be skipped.
-
- o - Overwrite. This forces mv to overwrite destination files
- (includes protected files, i.e. without write permision). If a
- source file would overwrite a file in the destination, the
- destination file will be removed (deleted) and the source file
- moved.
-
-
- EEXXAAMMPPLLEESS
-
- mv c:\foo\*.c c:\foo\*.h c:\turboc\prog
- Moves all .c and .h files in c:\foo to c:\turboc\prog.
-
- mv turboc tc
- Renames turboc to tc (even if it is a directory)
-
- mv \tmp\dir \masm\dir
-
- Moves the directory \tmp\dir to \masm\dir.
-
-
- BBUUGGSS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -1-
- !
-