18 lines
537 B
Plaintext
18 lines
537 B
Plaintext
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
;
|
||
; Message Skeleton file for ANSI.SYS
|
||
;
|
||
; Author: WGR
|
||
;
|
||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||
|
||
:util ANSI ; utility name
|
||
|
||
:class A
|
||
:use 1 COMMON1 ; 'Incorrect DOS version'
|
||
:def 10 "Invalid parameter - %1",CR,LF ; 'Invalid parameter'
|
||
|
||
:use 8001 COMMON39 ; 'Incorrect DOS version'
|
||
:def 8010 "Invalid parameter - %1",CR,LF ; 'Invalid parameter'
|
||
:end
|
||
|