Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/doc/en/html/commandline/cygterm.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 1 month ago) by maya
File MIME type: text/html
File size: 3325 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <title>CygTerm+ Command Line Options</title>
7 <meta http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../style.css" type="text/css">
9 </head>
10 <body>
11
12 <h1>CygTerm+ Command Line Options</h1>
13
14 <pre class="syntax">
15 cygterm.exe [-t 'terminal-emulator'] [-p port-number] [-dumb]
16 [-s 'shell'] [-ls | -nols] [-cd | -nocd] [-A | -a]
17 [-v 'env-var' ...] [-d 'directory'] [-o 'option']
18 </pre>
19
20 <dl>
21 <dt id="t">-t 'terminal-emulator'</dt>
22 <dd>
23 Specify the command line of a terminal emulator to execute.
24 This format is the same as TERM in the configuration file.
25 The command line should be enclosed in quotes to include spaces.
26 </dd>
27
28 <dt id="p">-p port-number</dt>
29 <dd>
30 Instead of executing a terminal emulator, try connection to this
31 port number of localhost. It is considered another program uses
32 `-p' option to use Cygwin via cygterm.exe
33 </dd>
34
35 <dt id="dumb">-dumb</dt>
36 <dd>
37 Suppress the TELNET options negotiation. And ignore any TELNET
38 commands sent from terminal side. The environment variable
39 TERM is set to `dumb' on the shell side.
40 </dd>
41
42 <dt id="s">-s 'shell'</dt>
43 <dd>
44 Specify the command line of a shell on Cygwin to execute.
45 This format is the same as SHELL in the configuration file.
46 The command line should be enclosed in quotes to include spaces.
47 Any command can be spedicied even if a non-shell command.
48 </dd>
49
50 <dt id="ls">-ls</dt>
51 <dd>Execute a shell as a login shell.</dd>
52
53 <dt id="nols">-nols</dt>
54 <dd>Execute a shell as a normal (not login) shell.</dd>
55
56 <dt id="cd">-cd</dt>
57 <dd>
58 The current directory is moved to the user home directory
59 and the shell is invoked.
60 </dd>
61
62 <dt id="nocd">-nocd</dt>
63 <dd>The shell is invoked without changing the current directory.</dd>
64
65 <dt id="noagent">-A</dt>
66 <dd>Enable ssh-agent proxy support.</dd>
67
68 <dt id="a">-a</dt>
69 <dd>Disable ssh-agent proxy support.</dd>
70
71 <dt id="v">-v 'env-var'</dt>
72 <dd>
73 Specify the environment variable to be set when starting the shell.
74 This format is the same as ENV_X in the configuration file.
75 The expression should be enclosed in quotes to include spaces.
76 One or more `-v' options are available.
77 </dd>
78
79 <dt id="d">-d 'directory'</dt>
80 <dd>
81 The current directory is moved to the specified directory
82 and the shell is invoked.
83 </dd>
84
85 <dt id="o">-o 'option'</dt>
86 <dd>
87 Additional parameter for terminal-emulator.
88 </dd>
89 </dl>
90
91 <p>
92 The terminal emulator or connection port number, and the shell on Cygwin, these need to be specified at least. If these are given on the command line, cygterm.exe can be run without configuration file cygterm.cfg.
93 </p>
94
95 <p>
96 cygterm.exe is an Win32 application which uses cygwin1.dll. It can be run from Cygwin command line or a shortcut on Windows.
97 </p>
98
99 <p>
100 * It is necessary the Windows environment variable PATH includes a directory path of cygwin1.dll (normally Cygwin-root\bin) to be run from Windows.
101 </p>
102
103 </body>
104 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26