You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.1 KiB
70 lines
2.1 KiB
|
|
;-------------------------------------------------------------------
|
|
; 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
|
|
|