1mren(1) General Commands Manual mren(1)
2
3
4
6 mren - rename an existing MSDOS file
7
8
9
11 This manpage has been automatically generated from mtools's texinfo
12 documentation, and may not be entirely accurate or complete. See the
13 end of this man page for details.
14
16 The mren command is used to rename or move an existing MS-DOS file or
17 subdirectory. Its syntax is:
18
19 mren [-voOsSrRA] sourcefile targetfile
20
21
22 Mren renames an existing file on an MS-DOS filesystem.
23
24 In verbose mode, Mren displays the new filename if the name supplied is
25 invalid.
26
27 If the first syntax is used (only one sourcefile), and if the target
28 name doesn't contain any slashes or colons, the file (or subdirectory)
29 is renamed in the same directory, instead of being moved to the current
30 mcd directory as would be the case with mmove. Unlike the MS-DOS ver‐
31 sion of REN, mren can be used to rename directories.
32
34 Mtools' texinfo doc
35
37 This manpage has been automatically generated from mtools's texinfo
38 documentation. However, this process is only approximative, and some
39 items, such as crossreferences, footnotes and indices are lost in this
40 translation process. Indeed, these items have no appropriate represen‐
41 tation in the manpage format. Moreover, not all information has been
42 translated into the manpage version. Thus I strongly advise you to use
43 the original texinfo doc. See the end of this manpage for instructions
44 how to view the texinfo doc.
45
46 * To generate a printable copy from the texinfo doc, run the fol‐
47 lowing commands:
48
49 ./configure; make dvi; dvips mtools.dvi
50
51
52
53 * To generate a html copy, run:
54
55 ./configure; make html
56
57 A premade html can be found at: `http://mtools.linux.lu' and
58 also at: `http://www.tux.org/pub/knaff/mtools'
59
60 * To generate an info copy (browsable using emacs' info mode),
61 run:
62
63 ./configure; make info
64
65
66
67 The texinfo doc looks most pretty when printed or as html. Indeed, in
68 the info version certain examples are difficult to read due to the
69 quoting conventions used in info.
70
71mtools-3.9.10 28Feb05 mren(1)