Change MQSSave blah-blah to TSLaunch...
This commit is contained in:
parent
f4a2691324
commit
1acba01091
28
ReadMe.txt
28
ReadMe.txt
@ -1,7 +1,7 @@
|
||||
# $RCSfile: ReadMe.txt,v $
|
||||
# $Revision: 1.1 $
|
||||
# $Revision: 1.2 $
|
||||
# $Name: $
|
||||
# $Date: 2002/04/26 16:41:09 $
|
||||
# $Date: 2002/05/02 13:15:37 $
|
||||
# $Author: giberta1 $
|
||||
|
||||
|
||||
@ -10,34 +10,21 @@
|
||||
|
||||
Compilation:
|
||||
------------
|
||||
- Just type: "javac MQSSave.java" !
|
||||
- Just type: "javac TSLaunch.java" !
|
||||
|
||||
|
||||
|
||||
Installation:
|
||||
-------------
|
||||
|
||||
- You only need the MQSSave.class file.
|
||||
- You only need the TSLauch.class and TSLaunch$Stream_Gobbler.class files.
|
||||
|
||||
|
||||
|
||||
Notes:
|
||||
------
|
||||
|
||||
- MQSSave has been tested with MQ/Series 5.2,
|
||||
|
||||
- "-mb" argument accept a string with formated escape character:
|
||||
+ "\n" for newline,
|
||||
+ "\r" for return,
|
||||
+ "\t" for tabulation,
|
||||
+ "\\" for \.
|
||||
|
||||
- Message break is used for message separator the batch file.
|
||||
|
||||
- Windows text files: newline is specified as "\r\n",
|
||||
- Unix text files: newline is specified as "\n".
|
||||
|
||||
- By default Message break is "\r\n".
|
||||
- By default TimaStamp key is "TIME-STAMP".
|
||||
|
||||
- This software is under the GNU General Public License. See GNU-GPL.txt.
|
||||
|
||||
@ -46,6 +33,5 @@ Notes:
|
||||
Usage Example:
|
||||
---------------
|
||||
|
||||
- To save the messages of the MQ/Series "SWIFT-QUEUE" queu into a swift batch file "swift-batch.txt" with "---MESSAGE-BREAK---" message separator use:
|
||||
java MQSSave -mb "---MESSAGE-BREAK---\r\n" swift-batch.txt SWIFT-QUEUE
|
||||
|
||||
- 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $RCSfile: ReleaseNotes.txt,v $
|
||||
# $Revision: 1.1 $
|
||||
# $Revision: 1.2 $
|
||||
# $Name: $
|
||||
# $Date: 2002/04/26 16:41:09 $
|
||||
# $Date: 2002/05/02 13:15:37 $
|
||||
# $Author: giberta1 $
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
MQSSave V 1.0.0 - A. Gibert - 23/04/02
|
||||
TSLaunch V 1.0.0 - A. Gibert - 02/05/02
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
First release.
|
||||
|
Loading…
Reference in New Issue
Block a user