2025-04-27 07:49:33 -04:00

70 lines
2.1 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;-------------------------------------------------------------------
; message retriever skeleton file for APPEND
;-------------------------------------------------------------------
:util APPEND
:class a
;:use 1 COMMON1
:def 1 "Incorrect APPEND version",CR,LF
:def 2 "Invalid path",CR,LF
:def 3 "Invalid parameter",CR,LF
:def 4 "Invalid combination of parameters",CR,LF
:def 5 "No Append",CR,LF
; 300 - 399 reserved for options help messages
:def 300 APPEND /?
:def 301 APPEND /?
:def 302 APPEND /?
:def 303 APPEND /?
:def 304 APPEND /?
:def 305 APPEND /?
:def 306 APPEND /?
:def 307 APPEND /?
:def 308 APPEND /?
:def 309 APPEND /?
:def 310 APPEND /?
:def 311 APPEND /?
:def 312 APPEND /?
:def 313 APPEND /?
:def 314 APPEND /?
:def 315 APPEND /?
:def 316 APPEND /?
:def 8001 "Incorrect APPEND version",CR,LF
:def 8002 "Invalid path",CR,LF
:def 8003 "Invalid parameter",CR,LF
:def 8004 "Invalid combination of parameters",CR,LF
:def 8005 "No Append",CR,LF
:def 8300 APPEND /?
:def 8301 APPEND /?
:def 8302 APPEND /?
:def 8303 APPEND /?
:def 8304 APPEND /?
:def 8305 APPEND /?
:def 8306 APPEND /?
:def 8307 APPEND /?
:def 8308 APPEND /?
:def 8309 APPEND /?
:def 8310 APPEND /?
:def 8311 APPEND /?
:def 8312 APPEND /?
:def 8313 APPEND /?
:def 8314 APPEND /?
:def 8315 APPEND /?
:def 8316 APPEND /?
:class b
:def 6 "APPEND / ASSIGN Conflict",CR,LF
:def 7 "APPEND / TopView Conflict",CR,LF
:def 8 "Incorrect DOS Version",CR,LF
:def 9 "APPEND already installed",CR,LF
;:use 8 COMMON1 ;"Incorrect DOS Version"
;:use 9 COMMON1 ;"APPEND already installed"
:def 8006 "APPEND / ASSIGN Conflict",CR,LF
:def 8007 "APPEND / TopView Conflict",CR,LF
:def 8008 "Incorrect DOS Version",CR,LF
:def 8009 "APPEND already installed",CR,LF
:end