1mtype(1) General Commands Manual mtype(1)
2
3
4
6 mtype - display contents of an 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 mtype command is used to display contents of an MS-DOS file. Its
17 syntax is:
18
19 mtype [-ts] msdosfile [ msdosfiles... ]
20
21
22 Mtype displays the specified MS-DOS file on the screen.
23
24 In addition to the standard options, Mtype allows the following command
25 line options:
26
27 t Text file viewing. Mtype translates incoming carriage
28 return/line feeds to line feeds.
29
30 s Mtype strips the high bit from the data.
31
32 The mcd command may be used to establish the device and the current
33 working directory (relative to MS-DOS), otherwise the default is A:/.
34
35 Mtype returns 0 on success, 1 on utter failure, or 2 on partial fail‐
36 ure.
37
38 Unlike the MS-DOS version of TYPE, mtype allows multiple arguments.
39
41 Mtools' texinfo doc
42
44 This manpage has been automatically generated from mtools's texinfo
45 documentation. However, this process is only approximative, and some
46 items, such as crossreferences, footnotes and indices are lost in this
47 translation process. Indeed, these items have no appropriate represen‐
48 tation in the manpage format. Moreover, not all information has been
49 translated into the manpage version. Thus I strongly advise you to use
50 the original texinfo doc. See the end of this manpage for instructions
51 how to view the texinfo doc.
52
53 * To generate a printable copy from the texinfo doc, run the fol‐
54 lowing commands:
55
56 ./configure; make dvi; dvips mtools.dvi
57
58
59
60 * To generate a html copy, run:
61
62 ./configure; make html
63
64 A premade html can be found at `http://www.gnu.org/software/mtools/man‐
65 ual/mtools.html'
66
67 * To generate an info copy (browsable using emacs' info mode),
68 run:
69
70 ./configure; make info
71
72
73
74 The texinfo doc looks most pretty when printed or as html. Indeed, in
75 the info version certain examples are difficult to read due to the
76 quoting conventions used in info.
77
78mtools-4.0.18 09Jan13 mtype(1)