diff options
| author | 2024-04-25 21:24:10 +0100 | |
|---|---|---|
| committer | 2024-04-25 22:32:27 +0000 | |
| commit | 2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch) | |
| tree | 80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/CMD/APPEND/APPEND.SKL | |
| parent | Merge pull request #430 from jpbaltazar/typoptbr (diff) | |
| download | ms-dos-main.tar.gz ms-dos-main.tar.xz ms-dos-main.zip | |
Diffstat (limited to 'v4.0/src/CMD/APPEND/APPEND.SKL')
| -rw-r--r-- | v4.0/src/CMD/APPEND/APPEND.SKL | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/v4.0/src/CMD/APPEND/APPEND.SKL b/v4.0/src/CMD/APPEND/APPEND.SKL new file mode 100644 index 0000000..3fc30ef --- /dev/null +++ b/v4.0/src/CMD/APPEND/APPEND.SKL | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | |||
| 2 | ;------------------------------------------------------------------- | ||
| 3 | ; message retriever skeleton file for APPEND | ||
| 4 | ;------------------------------------------------------------------- | ||
| 5 | :util APPEND | ||
| 6 | |||
| 7 | :class a | ||
| 8 | ;:use 1 COMMON1 | ||
| 9 | :def 1 "Incorrect APPEND version",CR,LF | ||
| 10 | :def 2 "Invalid path",CR,LF | ||
| 11 | :def 3 "Invalid parameter",CR,LF | ||
| 12 | :def 4 "Invalid combination of parameters",CR,LF | ||
| 13 | :def 5 "No Append",CR,LF | ||
| 14 | |||
| 15 | :class b | ||
| 16 | :def 6 "APPEND / ASSIGN Conflict",CR,LF | ||
| 17 | :def 7 "APPEND / TopView Conflict",CR,LF | ||
| 18 | :def 8 "Incorrect DOS Version",CR,LF | ||
| 19 | :def 9 "APPEND already installed",CR,LF | ||
| 20 | ;:use 8 COMMON1 ;"Incorrect DOS Version" | ||
| 21 | ;:use 9 COMMON1 ;"APPEND already installed" | ||
| 22 | |||
| 23 | :end | ||
| 24 | \ No newline at end of file | ||