Add TI Swift batch mode explanations.

This commit is contained in:
giberta1 2002-05-03 17:23:49 +00:00
parent e1bb79cd46
commit 930b2f46cc

View File

@ -1,7 +1,7 @@
# $RCSfile: ReadMe.txt,v $
# $Revision: 1.2 $
# $Revision: 1.3 $
# $Name: $
# $Date: 2002/04/23 18:04:38 $
# $Date: 2002/05/03 17:23:49 $
# $Author: giberta1 $
@ -37,7 +37,10 @@ Notes:
- Windows text files: newline is specified as "\r\n",
- Unix text files: newline is specified as "\n".
- By default Message break is "\r\n".
- The Flush File is only used when TI Swift Batch Mode is enabled (by setting "-tisbm" command line switch).
- By default Message break is "\r\n",
- By default Flush File Name is "flush.txt".
- This software is under the GNU General Public License. See GNU-GPL.txt.
@ -46,6 +49,8 @@ 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:
- To save the messages of the MQ/Series "SWIFT-QUEUE" queue 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 save the messages of the MQ/Series "SWIFT-QUEUE" queue into a swift batch file "swift-batch.txt" with no message break message and by using the TI Swift Batch Mode, use:
java MQSSave -mb "" -tisbm swift-batch.txt SWIFT-QUEUE