From 1acba01091b665f8de41f05dfecd49a0d32f1038 Mon Sep 17 00:00:00 2001 From: giberta1 Date: Thu, 2 May 2002 13:15:37 +0000 Subject: [PATCH] Change MQSSave blah-blah to TSLaunch... --- ReadMe.txt | 28 +++++++--------------------- ReleaseNotes.txt | 6 +++--- 2 files changed, 10 insertions(+), 24 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index 5a4cf3b..c3eb009 100644 --- a/ReadMe.txt +++ b/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 " with input_file as toto.txt and output_file with a variable name including a time-stamp (e.g. tata_.txt) use: + java TSLaunch toto.exe tata_TIME-STAMP.txt titi.txt diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 2ba4435..4c97843 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.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.