1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Ralf Hoffmann">
<title>Execute</title>
<link rel="contents" href="sidemap.html" title="Content">
<link rel="start" href="index.html" title="Index">
<link rel="index" href="index.html" title="Index">
<link rel="prev" href="function31.html" title="">
<link rel="next" href="function33.html" title="">
<link rel="chapter" href="introduction.html" title="Introduction">
<link rel="chapter" href="installation.html" title="Installation">
<link rel="chapter" href="config.html" title="Configuration">
<link rel="chapter" href="usage.html" title="Usage">
<link rel="chapter" href="function.html" title="Function overview">
<link rel="chapter" href="todo.html" title="TODO">
<link rel="chapter" href="changelog.html" title="ChangeLog">
<link rel=stylesheet type="text/css" href="style.css">
</head>
<BODY ALINK="darkblue" BACKGROUND="../pics/winback.png" BGCOLOR="#8E8E8E" LINK="darkblue" TEXT="#000000" VLINK="darkblue">
<center>
<h1>
<b>
<i>Execute</i>
</b>
</h1></center><br><br>
With it a program can be started with any arguments. A requester will apear so you can enter the program-name and its args. As default the
active entry will be used.
<P>
<u>Options:</u><BR><br>
<center><IMG SRC="../pics/f12.png" ALT="Execute" WIDTH="265" HEIGHT="147"></center><br><BR>
<ol>
<li><u>Start mode</u><br>
<ul>
<li>Normal mode<br>
Useable for programs like pictureviewers. If the program uses the textmode for requests you should not use this mode because there is no possibilty to make inputs.
</li>
<li>Console mode<br>
The program will be executed in a terminal so you can perform textinputs.
</li>
<li>Console mode with wait for any-key<br>
As described above but you have to press return after execution. This lets you see the output.
</li>
<li>Display output<br>
After the execution the program-output will be displayed. But you have to define an existing viewer because not every system contains 'xmessage', which I use by default.
</li>
</ul>
</li>
<li><u>Global Program</u><br>
The program will be execute global, that means without the leading './' (but in the current dir).</li>
<li><u>Request these flags</u><br>
The options will be requested on every execution.
</li>
</ol>
The last textfield offers you the possibility to name a viewer for the output. The string has to contain %s, because the name of the outputfile will be filled in there.
<center><HR>
<a href="function.html"><b>Goto Function</b></a><br>
<a href="config4-1.html"><b>Goto Edit Button</b></a><br>
<a href="index.html"><b>Home</b></a></center>
</body>
</html>
|