en:docs:tk:formats:msgsrc

Differences

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

Link to this comparison view

en:docs:tk:formats:msgsrc [2024/01/19 15:49] – created prokusheven:docs:tk:formats:msgsrc [2024/01/19 15:51] (current) prokushev
Line 56: Line 56:
  
 For example, DOS0100E: is DOS error message 100. For additional examples, see the Input Message File Example. For example, DOS0100E: is DOS error message 100. For additional examples, see the Input Message File Example.
 +
 +
 +Following is an example of an input message file:
 +
 +  ; This is a sample of an input
 +  ; message file for component MAB
 +  ; starting with three comment lines.
 +  MAB
 +  MAB0100E: File not found
 +  MAB0101?:
 +  MAB0102H: Usage: del [drive:][path] filename
 +  MAB0103?:
 +  MAB0104I: %1 files copied
 +  MAB0105W: Warning! All data will be destroyed!
 +  MAB0106?:
 +  MAB0107?:
 +  MAB0108P: Do you wish to apply these patches (Y or N)? %0
 +  MAB0109E: Divide overflow
 +