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

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