Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/doc/en/html/macro/commandline.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 189 by yutakakn, Mon Apr 10 15:25:06 2006 UTC revision 331 by maya, Sat Dec 16 05:12:33 2006 UTC
# Line 1  Line 1 
1    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2      "http://www.w3.org/TR/html4/strict.dtd">
3  <HTML>  <HTML>
4  <HEAD>  <HEAD>
5  <TITLE>MACRO Help Index page(English)</TITLE>  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6    <TITLE>command line</TITLE>
7    <META http-equiv="Content-Style-Type" content="text/css">
8  <link rel="stylesheet" href="../style.css" type="text/css">  <link rel="stylesheet" href="../style.css" type="text/css">
9  </HEAD>  </HEAD>
10  <BODY>  <BODY>
# Line 13  Line 17 
17  TTPMACRO.EXE [/I] [/V] [&lt;macro file&gt; [&lt;second param&gt;] [&lt;third param&gt;]]  TTPMACRO.EXE [/I] [/V] [&lt;macro file&gt; [&lt;second param&gt;] [&lt;third param&gt;]]
18    
19  where:  where:
20          /I                      Start MACRO in iconized state.          /I              Start MACRO in iconized state.
21          /V                      Start MACRO in hidden (invisible) state.          /V              Start MACRO in hidden (invisible) state.
22          &lt;macro file&gt;      Macro filename.          &lt;macro file&gt;      Macro filename.
23          &lt;second param&gt;    Character string stored in the system variable "param2".          &lt;second param&gt;    Character string stored in the system variable "param2".
24          &lt;third param&gt;     Character string stored in the system variable "param3".          &lt;third param&gt;     Character string stored in the system variable "param3".
25    
26  See "Variables" for the system variables "param2" and "param3".  See <A HREF="./syntax/variables.html">"Variables"</A> for the system variables "param2" and "param3".
27  </pre>  </pre>
28    
29  </BODY>  </BODY>

Legend:
Removed from v.189  
changed lines
  Added in v.331

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