- start to improve docs...

This commit is contained in:
agibert 2008-12-12 10:47:06 +00:00
parent 0496074951
commit d1b66d0c6f
2 changed files with 26 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# $RCSfile: ReadMe.txt,v $
# $Revision: 1.8 $
# $Revision: 1.9 $
# $Name: $
# $Date: 2007/12/11 16:46:37 $
# $Date: 2008/12/12 10:47:06 $
# $Author: agibert $
@ -24,7 +24,25 @@ Installation:
Notes:
------
- MQSLoad has been tested with MQ/Series 5.2, 5.3 and WMQ 6.0
- MQSLoad has been tested with WMQ 6.0
- Optional arguments:
-qm "Output_QueueMng_Name":
-cc "character_convert":
-cs "character_set":
-st "sleep_time":
-fb "field_break":
-mb "message_break":
-mt "message_tail":
-kmb:
-ms "message_skip":
-mc "message_count":
-rc "repeat_count":
- Mandatory arguments:
<Output_MsgQueue_Name>:
<Input_File_Name>:
- "-fb" and "-mb" arguments accept a string with formated escape character:
+ "\n" for newline,

View File

@ -1,12 +1,13 @@
# $RCSfile: ToDo.txt,v $
# $Revision: 1.2 $
# $Revision: 1.3 $
# $Name: $
# $Date: 2002/04/23 16:25:50 $
# $Author: giberta1 $
# $Date: 2008/12/12 10:47:06 $
# $Author: agibert $
- write a better documentation !
- Add stdin pipe support,
- Write a better documentation !
- ...