Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/doc/en/html/macro/command/setenv.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1034 - (hide annotations) (download) (as text)
Tue Oct 21 00:30:15 2008 UTC (15 years, 7 months ago) by maya
Original Path: doc/trunk/en/html/macro/command/setenv.html
File MIME type: text/html
File size: 852 byte(s)
macro-example の中にある code を削除した。

1 maya 555 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2     "http://www.w3.org/TR/html4/strict.dtd">
3 maya 571 <html>
4     <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6     <title>setenv</title>
7     <meta http-equiv="Content-Style-Type" content="text/css">
8     <link rel="stylesheet" href="../../style.css" type="text/css">
9     </head>
10 maya 555
11 maya 571 <body>
12 maya 555
13 maya 571
14 maya 555 <h1>setenv</h1>
15    
16 maya 571 <p>
17     Sets an environment variable.
18     </p>
19    
20 maya 555 <h2>Format</h2>
21    
22     <pre class="macro-syntax">
23     setenv &lt;envname&gt; &lt;strval&gt;
24     </pre>
25    
26 maya 571 <h2>Remarks</h2>
27    
28 maya 555 <p>
29     Sets &lt;strval&gt; to an environment variable specified by &lt;envname&gt;.<br>
30     It is effect to only the macro environment and not to system.<br>
31     If already &lt;envname&gt; environment variable is setted, &lt;envname&gt; is overwritten.
32     </p>
33    
34     <h2>Example</h2>
35    
36 maya 571 <pre class="macro-example">
37 maya 1034 setenv 'TEMP' 'C:\'
38     </pre>
39 maya 555
40 maya 573 </body>
41     </html>

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