en:docs:tk:tools:mkmsgf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:docs:tk:tools:mkmsgf [2024/01/19 16:10] prokusheven:docs:tk:tools:mkmsgf [2024/01/21 11:51] prokushev
Line 9: Line 9:
  
 <diagram> <diagram>
-|v|-|-|-|v|v|-|-|-|v|MKMSGF|v|-|-|-|v|v|-|-|-|v|infile|v|-|-|-|v|v|-|-|-|v|outfile|-@2| +|-|v|-|-|-|v|v|-|-|-|v|MKMSGF|-@2| 
-|`|drive|'|`|path|'| | | |`|drive|'|`|path|'| |`|drive|'|`|path|'|+| |`|drive|'|`|path|'|
  
-|-@2|v|-|-|-|v|(+|-@2|v|-|-|-|v|v|-|-|-|v|infile|-@2| 
-|   |)|/?|(| +| |`|drive|'|`|path|' | |  
-  |!| | | |!| + 
-  |)|/V|(| +|-@2|v|-|-|-|v|v|-|-|-|v|outfile|-@2| 
-  |!| | | |!| +| |`|drive|'|`|path|'
-  |)|/D <DBCS range or country>|(| + 
-  |!| | | |!| +|   |,|-|-|-|-|-|.| | 
-  |)|/P <code page>|(| +|-@2|^@1f|v|-|-|-|v|^|(| 
-  |!| | | |!| +| | |)|/?|(| 
-  |)|/L <language id,sub id>|(| +|!| | | |!| 
-  |!| | | |!| +|)|/V|(| 
-  |)|/I <path>|(| +|!| | | |!| 
-  |!| | | |!| +|)|/D <DBCS range or country>|(| 
-  |)|/A|(| +|!| | | |!| 
-  |!| | | |!| +|)|/P <code page>|(| 
-  |`|/C|'|+|!| | | |!| 
 +|)|/L <language id,sub id>|(| 
 +|!| | | |!| 
 +|)|/I <path>|(| 
 +|!| | | |!| 
 +|)|/A|(| 
 +|!| | | |!| 
 +|`|/C|'|
  
  
Line 94: Line 101:
         SLO     34      1       Slovene                 Slovenia         SLO     34      1       Slovene                 Slovenia
  
-For a complete list of code pages and country codes, see the code page table under COUNTRYCODE in the online book Control Program Programming Guide and Reference.+For a complete list of code pages and country codes, see the code page table under [[https://komh.github.io/os2books/os2tk45/cp2/061_L2_COUNTRYCODE.html|COUNTRYCODE]] in the online book Control Program Programming Guide and Reference.
  
  
Line 122: Line 129:
  
     Infile is the ASCII-text source file.     Infile is the ASCII-text source file.
- 
-Example: 
- 
-  MSG 
-  MSG0001I: (mm%4dd%4yy) %2%4%1%4%3 
-  MSG0002I: (dd%4mm%4yy) %1%4%2%4%3 
-  MSG0003I: Current date is: %0 
- 
-%0 is a special argument that displays a prompt for user input. 
-%1 - %9 are the arguments the user can use to insert text in a message. 
- 
     Outfile is the binary output message file.     Outfile is the binary output message file.
     @controlfile is the message definition file.     @controlfile is the message definition file.