blob: 51ac2075bc41df93038b51be7a1ad6f7d61da673 [file] [log] [blame]
Alistair Delvabeaee832021-02-24 11:27:23 -08001'\" t
Yi Kong39bbd962022-01-09 19:41:38 +08002.TH mmove 1 "08Jan22" mtools-4.0.37
Alistair Delvabeaee832021-02-24 11:27:23 -08003.SH Name
4mmove - move or rename an MSDOS file or subdirectory
5'\" t
6.de TQ
7.br
8.ns
9.TP \\$1
10..
11
12.tr \(is'
13.tr \(if`
14.tr \(pd"
15
16.SH Note\ of\ warning
17This manpage has been automatically generated from mtools's texinfo
18documentation, and may not be entirely accurate or complete. See the
19end of this man page for details.
20.PP
21.SH Description
22.PP
23The \fR\&\f(CWmmove\fR command is used to move or rename an existing MS-DOS
24file or subdirectory.
25.ft I
26.nf
27\&\fR\&\f(CWmmove\fR [\fR\&\f(CW-v\fR] [\fR\&\f(CW-D\fR \fIclash_option\fR] \fIsourcefile\fR \fItargetfile\fR
28\&\fR\&\f(CWmmove\fR [\fR\&\f(CW-v\fR] [\fR\&\f(CW-D\fR \fIclash_option\fR] \fIsourcefile\fR [ \fIsourcefiles\fR\&... ] \fItargetdirectory\fR
29.fi
30.ft R
31
32\&\fR\&\f(CWMmove\fR moves or renames an existing MS-DOS file or
33subdirectory. Unlike the MS-DOS version of \fR\&\f(CWMOVE\fR, \fR\&\f(CWmmove\fR is
34able to move subdirectories. Files or directories can only be moved
35within one file system. Data cannot be moved from MS-DOS to Unix or
36vice-versa. If you omit the drive letter from the target file or
37directory, the same letter as for the source is assumed. If you omit
38the drive letter from all parameters, drive a: is assumed by default.
39.PP
40.SH See\ Also
41Mtools' texinfo doc
42.SH Viewing\ the\ texi\ doc
43This manpage has been automatically generated from mtools's texinfo
44documentation. However, this process is only approximative, and some
45items, such as crossreferences, footnotes and indices are lost in this
46translation process. Indeed, these items have no appropriate
47representation in the manpage format. Moreover, not all information has
48been translated into the manpage version. Thus I strongly advise you to
49use the original texinfo doc. See the end of this manpage for
50instructions how to view the texinfo doc.
51.TP
52* \ \
53To generate a printable copy from the texinfo doc, run the following
54commands:
55
56.nf
57.ft 3
58.in +0.3i
59 ./configure; make dvi; dvips mtools.dvi
60.fi
61.in -0.3i
62.ft R
63.PP
64
65\&\fR
66.TP
67* \ \
68To generate a html copy, run:
69
70.nf
71.ft 3
72.in +0.3i
73 ./configure; make html
74.fi
75.in -0.3i
76.ft R
77.PP
78
79\&\fRA premade html can be found at
80\&\fR\&\f(CW\(ifhttp://www.gnu.org/software/mtools/manual/mtools.html\(is\fR
81.TP
82* \ \
83To generate an info copy (browsable using emacs' info mode), run:
84
85.nf
86.ft 3
87.in +0.3i
88 ./configure; make info
89.fi
90.in -0.3i
91.ft R
92.PP
93
94\&\fR
95.PP
96The texinfo doc looks most pretty when printed or as html. Indeed, in
97the info version certain examples are difficult to read due to the
98quoting conventions used in info.
99.PP