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
|
<HTML>
<HEAD>
<TITLE>Running the program</TITLE>
</HEAD>
<BODY BGCOLOR="wheat">
<h1>Running the program</h1>
Running the program is easy. On your Unix machine, or the Cygwin prompt
under Win/NT or Win/98, type:
<UL>
<LI> dealer <A HREF="command.html">[FLAGS]</A> <
<A HREF="input.html">Input_file</A>
</UL>
This will start the program, read the <A HREF="input.html">Input_file</A>
and print the output on your screen. Alternatively, you can use:
<UL>
<LI> dealer <A HREF="command.html">[FLAGS]</A> <
<A HREF="input.html">Input_file</A> >Output_file
</UL>
This will write the output to a file "Output_file".
<P>
The input_file argument can also be passed to the program in the normal
way, instead of being used for input-redirection:
<UL>
<LI> dealer <A HREF="command.html">[FLAGS]</A>
<A HREF="input.html">Input_file</A> >Output_file
</UL>
<HR>
<A HREF="command.html"><IMG SRC="prev.gif" BORDER=0></A>
<A HREF="index.html"><IMG SRC="index.gif" BORDER=0></A>
<A HREF="output.html"><IMG SRC="next.gif" BORDER=0></A>
</BODY>
</HTML>
|