tslaunch/ReadMe.txt

38 lines
702 B
Plaintext
Raw Normal View History

2002-04-26 18:41:09 +02:00
# $RCSfile: ReadMe.txt,v $
# $Revision: 1.2 $
2002-04-26 18:41:09 +02:00
# $Name: $
# $Date: 2002/05/02 13:15:37 $
2002-04-26 18:41:09 +02:00
# $Author: giberta1 $
Compilation:
------------
- Just type: "javac TSLaunch.java" !
2002-04-26 18:41:09 +02:00
Installation:
-------------
- You only need the TSLauch.class and TSLaunch$Stream_Gobbler.class files.
2002-04-26 18:41:09 +02:00
Notes:
------
- By default TimaStamp key is "TIME-STAMP".
2002-04-26 18:41:09 +02:00
- This software is under the GNU General Public License. See GNU-GPL.txt.
Usage Example:
---------------
- To execute the program "toto.exe <output_file> <input_file>" with input_file as toto.txt and output_file with a variable name including a time-stamp (e.g. tata_<TIME-STAMP>.txt) use:
java TSLaunch toto.exe tata_TIME-STAMP.txt titi.txt