tslaunch/ReadMe.txt
2002-05-22 10:18:23 +00:00

38 lines
703 B
Plaintext

# $RCSfile: ReadMe.txt,v $
# $Revision: 1.3 $
# $Name: $
# $Date: 2002/05/22 10:18:23 $
# $Author: giberta1 $
Compilation:
------------
- Just type: "javac TSLaunch.java" !
Installation:
-------------
- You only need the TSLaunch.class and TSLaunch$Stream_Gobbler.class files.
Notes:
------
- By default TimeStamp key is "TIME-STAMP".
- 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