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.
18 lines
537 B
18 lines
537 B
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;
|
|
; 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
|
|
|