Initial import package mtools: Programs for accessing MS-DOS disks without mounting...
[profile/ivi/mtools.git] / mtype.1
1 .TH mtype 1 "03Nov09" mtools-4.0.12
2 .SH Name
3 mtype - display contents of an MSDOS file
4 '\" t
5 .de TQ
6 .br
7 .ns
8 .TP \\$1
9 ..
10
11 .tr \(is'
12 .tr \(if`
13 .tr \(pd"
14
15 .SH Note\ of\ warning
16 This manpage has been automatically generated from mtools's texinfo
17 documentation, and may not be entirely accurate or complete.  See the
18 end of this man page for details.
19 .PP
20 .SH Description
21 .PP
22 The \fR\&\f(CWmtype\fR command is used to display contents of an MS-DOS
23 file. Its syntax is:
24 .PP
25 .ft I
26 .nf
27 \&\fR\&\f(CWmtype\fR [\fR\&\f(CW-ts\fR] \fImsdosfile\fR [ \fImsdosfiles\fR\&... ]
28 .fi
29 .ft R
30  
31 .PP
32 \&\fR\&\f(CWMtype\fR displays the specified MS-DOS file on the screen.
33 .PP
34 In addition to the standard options, \fR\&\f(CWMtype\fR allows the following
35 command line options:
36 .TP
37 \&\fR\&\f(CWt\fR\ 
38 Text file viewing.  \fR\&\f(CWMtype\fR translates incoming carriage
39 return/line feeds to line feeds.
40 .TP
41 \&\fR\&\f(CWs\fR\ 
42 \&\fR\&\f(CWMtype\fR strips the high bit from the data.
43 .PP
44 The \fR\&\f(CWmcd\fR command may be used to establish the device and the
45 current working directory (relative to MS-DOS), otherwise the default is
46 \&\fR\&\f(CWA:/\fR.
47 .PP
48 \&\fR\&\f(CWMtype\fR returns 0 on success, 1 on utter failure, or 2 on partial
49 failure.
50 .PP
51 Unlike the MS-DOS version of \fR\&\f(CWTYPE\fR, \fR\&\f(CWmtype\fR allows multiple
52 arguments.
53 .PP
54 .SH See\ Also
55 Mtools' texinfo doc
56 .SH Viewing\ the\ texi\ doc
57 This manpage has been automatically generated from mtools's texinfo
58 documentation. However, this process is only approximative, and some
59 items, such as crossreferences, footnotes and indices are lost in this
60 translation process.  Indeed, these items have no appropriate
61 representation in the manpage format.  Moreover, not all information has
62 been translated into the manpage version.  Thus I strongly advise you to
63 use the original texinfo doc.  See the end of this manpage for
64 instructions how to view the texinfo doc.
65 .TP
66 * \ \ 
67 To generate a printable copy from the texinfo doc, run the following
68 commands:
69  
70 .nf
71 .ft 3
72 .in +0.3i
73     ./configure; make dvi; dvips mtools.dvi
74 .fi
75 .in -0.3i
76 .ft R
77 .lp
78  
79 \&\fR
80 .TP
81 * \ \ 
82 To generate a html copy,  run:
83  
84 .nf
85 .ft 3
86 .in +0.3i
87     ./configure; make html
88 .fi
89 .in -0.3i
90 .ft R
91 .lp
92  
93 \&\fRA premade html can be found at
94 \&\fR\&\f(CW\(ifhttp://www.gnu.org/software/mtools/manual/mtools.html\(is\fR
95 .TP
96 * \ \ 
97 To generate an info copy (browsable using emacs' info mode), run:
98  
99 .nf
100 .ft 3
101 .in +0.3i
102     ./configure; make info
103 .fi
104 .in -0.3i
105 .ft R
106 .lp
107  
108 \&\fR
109 .PP
110 The texinfo doc looks most pretty when printed or as html.  Indeed, in
111 the info version certain examples are difficult to read due to the
112 quoting conventions used in info.
113 .PP