aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2008-02-01 00:14:53 +0000
committerJason Rumney2008-02-01 00:14:53 +0000
commitece646ab10fa72c96ccb354bf963e2ee4445dd02 (patch)
tree12668c59f1c3399f06e3cad31bc8bb9330f030f0
parent751be31e6cb82901c6156c2c1971a8ca1f7e0a66 (diff)
downloademacs-ece646ab10fa72c96ccb354bf963e2ee4445dd02.tar.gz
emacs-ece646ab10fa72c96ccb354bf963e2ee4445dd02.zip
Added short descriptions of the exe files.
-rw-r--r--admin/nt/README.W3242
-rw-r--r--nt/README43
2 files changed, 85 insertions, 0 deletions
diff --git a/admin/nt/README.W32 b/admin/nt/README.W32
index e9623b0bb9f..8562b04b6a2 100644
--- a/admin/nt/README.W32
+++ b/admin/nt/README.W32
@@ -68,6 +68,48 @@ See the end of the file for license conditions.
68 (non-windowed) mode of operation is most useful if you have a telnet 68 (non-windowed) mode of operation is most useful if you have a telnet
69 server on your machine, allowing you to run Emacs remotely. 69 server on your machine, allowing you to run Emacs remotely.
70 70
71* EXE files included
72
73 Emacs comes with the following executable files in the bin directory.
74
75 + emacs.exe - The main Emacs executable. As this is designed to run
76 as both a text-mode application (emacs -nw) and as a GUI application,
77 it will pop up a command prompt window if run directly from Explorer.
78
79 + runemacs.exe - A wrapper for running Emacs as a GUI application
80 without popping up a command prompt window.
81
82 + emacsclient.exe - A command-line client program that can
83 communicate with a running Emacs process. See the `Emacs Server'
84 node of the Emacs manul.
85
86 + emacsclientw.exe - A version of emacsclient that does not open
87 a command-line window.
88
89 + addpm.exe - A basic installer that creates Start Menu icons for Emacs.
90 Running this is optional.
91
92 + cmdproxy.exe - Used internally by Emacs to work around problems with
93 the native shells in various versions of Windows.
94
95 + ctags.exe, etags.exe - Tools for generating tag files. See the
96 `Tags' node of the Emacs manual.
97
98 + ebrowse.exe - A tool for generating C++ browse information. See the
99 `Ebrowse' manual.
100
101 + ddeclient.exe - A tool for interacting with DDE servers.
102
103 + hexl.exe - A tool for converting files to hex dumps. See the
104 `Editing Binary Files' node of the Emacs manual.
105
106 + movemail.exe - A helper application for safely moving mail from
107 a mail spool or POP server to a local user mailbox. See the
108 `Movemail' node of the Emacs manual.
109
110 + digest-doc.exe, sorted-doc.exe - Tools for rebuilding the
111 built-in documentation.
112
71* Image support 113* Image support
72 114
73 Emacs has built in support for XBM and PPM/PGM/PBM images, and the 115 Emacs has built in support for XBM and PPM/PGM/PBM images, and the
diff --git a/nt/README b/nt/README
index a556732256f..bb92210d6cd 100644
--- a/nt/README
+++ b/nt/README
@@ -21,6 +21,49 @@
21 See the INSTALL file in this directory for detailed instructions on 21 See the INSTALL file in this directory for detailed instructions on
22 building and installing Emacs on your system. 22 building and installing Emacs on your system.
23 23
24* EXE files produced
25
26 Building and installing Emacs will produce the following executable
27 files in the bin directory.
28
29 + emacs.exe - The main Emacs executable. As this is designed to run
30 as both a text-mode application (emacs -nw) and as a GUI application,
31 it will pop up a command prompt window if run directly from Explorer.
32
33 + runemacs.exe - A wrapper for running Emacs as a GUI application
34 without popping up a command prompt window.
35
36 + emacsclient.exe - A command-line client program that can
37 communicate with a running Emacs process. See the `Emacs Server'
38 node of the Emacs manul.
39
40 + emacsclientw.exe - A version of emacsclient that does not open
41 a command-line window.
42
43 + addpm.exe - A basic installer that creates Start Menu icons for Emacs.
44 Running this is optional.
45
46 + cmdproxy.exe - Used internally by Emacs to work around problems with
47 the native shells in various versions of Windows.
48
49 + ctags.exe, etags.exe - Tools for generating tag files. See the
50 `Tags' node of the Emacs manual.
51
52 + ebrowse.exe - A tool for generating C++ browse information. See the
53 `Ebrowse' manual.
54
55 + ddeclient.exe - A tool for interacting with DDE servers.
56
57 + hexl.exe - A tool for converting files to hex dumps. See the
58 `Editing Binary Files' node of the Emacs manual.
59
60 + movemail.exe - A helper application for safely moving mail from
61 a mail spool or POP server to a local user mailbox. See the
62 `Movemail' node of the Emacs manual.
63
64 + digest-doc.exe, sorted-doc.exe - Tools for rebuilding the
65 built-in documentation.
66
24* Further information 67* Further information
25 68
26 There is a web page that serves as a FAQ for the Windows port of 69 There is a web page that serves as a FAQ for the Windows port of