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

110 lines
5.5 KiB
Plaintext
Raw 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.

;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1988 - 1991
; * All Rights Reserved.
; */
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
;; MS DOS - GRAPHICS Command
;;
;; ;AN000;
;; File Name: GRAPHICS.MSG ;AN000;
;; ---------- ;AN000;
;; ;AN000;
;; DOS GRAPHICS Command - Message skeleton file
;; ;AN000;
;; Description: ;AN000;
;; ------------ ;AN000;
;; This file contains the skeleton file for using the DOS message ;AN000;
;; retriever with GRAPHICS.COM ;AN000;
;; ;AN000;
;; This skeleton file is processed by "FASTBLD" in order to create ;AN000;
;; the following message files wich are included from GRINST.ASM: ;AN000;
;; ;AN000;
;; GRAPHICS.CL1 ; Class 1 messages ;AN000;
;; GRAPHICS.CL2 ; Class 2 messages ;AN000;
;; GRAPHICS.CLA ; Class A messages ;AN000;
;; ;AN000;
;; Documentation Reference: ;AN000;
;; ------------------------ ;AN000;
;; DOS 3.3 Message Retriever Interface Supplement. ;AN000;
;; DOS 3.3 Approved Functional Specification Message Supplement. ;AN000;
;; ;AN000;
;; External Procedure References: ;AN000;
;; ------------------------------ ;AN000;
;; FROM FILE GRINST.ASM: ;AN000;
;; GRAPHICS_INSTALL - Main module for GRAPHICS install. ;AN000;
;; (NOTE: Reference is made to the include file generated from this ;AN000;
;; skeleton file). ;AN000;
;; ;AN000;
;; Change History: ;AN000;
;; --------------- ;AN000;
;; ;AC001 - Changed message 15 to match D307 request ;AN000;
;; ;AN000;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
:util GRAPHICS ; Utility name ;AN000;
;AN000;
;AN000;
:class A ; Class A messages (General messages) ;AN000;
:use 1 COMMON1 ; 'Incorrect DOS version' ;AN000;
:use 2 EXTEND8 ; 'Insufficient memory' ;AN000;
; 300 - 399 reserved for options help messages
:def 300 GRAPHICS /?
:def 301 GRAPHICS /?
:def 302 GRAPHICS /?
:def 303 GRAPHICS /?
:def 304 GRAPHICS /?
:def 305 GRAPHICS /?
:def 306 GRAPHICS /?
:def 307 GRAPHICS /?
;AN000;
:use 8001 COMMON39 ; 'Incorrect DOS version' ;AN000;
:use 8002 EXTEND98 ; 'Insufficient memory' ;AN000;
:def 8300 GRAPHICS /?
:def 8301 GRAPHICS /?
:def 8302 GRAPHICS /?
:def 8303 GRAPHICS /?
:def 8304 GRAPHICS /?
:def 8305 GRAPHICS /?
:def 8306 GRAPHICS /?
:def 8307 GRAPHICS /?
:class B ; Class B messages: (Profile loading) ;AN000;
:def 9 'Cannot find GRAPHICS profile',CR,LF ;AN000;
:def 10 'Required profile statement missing before line %1',CR,LF ;AN000;
:def 11 'Invalid profile statement on line %1',CR,LF ;AN000;
:def 12 'Profile statement out of sequence on line %1',CR,LF ;AN000;
:def 13 'Error reading GRAPHICS profile',CR,LF ;AN000;
:def 14 'Syntax errors in GRAPHICS profile',CR,LF ;AN000;
:def 15 'Printbox ID not in GRAPHICS profile',CR,LF ;AC001;
:def 16 'Printer type not in GRAPHICS profile',CR,LF ;AN000;
;AN000;
:def 8009 'Cannot find GRAPHICS profile',CR,LF ;AN000;
:def 8010 'Required profile statement missing before line %1',CR,LF ;AN000;
:def 8011 'Invalid profile statement on line %1',CR,LF ;AN000;
:def 8012 'Profile statement out of sequence on line %1',CR,LF ;AN000;
:def 8013 'Error reading GRAPHICS profile',CR,LF ;AN000;
:def 8014 'Syntax errors in GRAPHICS profile',CR,LF ;AN000;
:def 8015 'Printbox ID not in GRAPHICS profile',CR,LF ;AC001;
:def 8016 'Printer type not in GRAPHICS profile',CR,LF ;AN000;
:class C ; Class C messages: (Command line parsing) ;AN000;
:use 3 PARSE1 ; 'Too many parameters' ;AN000;
:use 4 PARSE6 ; 'Parameter value not allowed' ;AN000;
:def 5 'Invalid parameter: %1',CR,LF ;AN000;
:use 6 PARSE11 ; 'Invalid parameter combination' ;AN000;
:def 7 'Duplicate parameters not allowed',CR,LF ;AN000;
:use 8 PARSE8 ; 'Parameter format not correct' ;AN000;
:def 17 '/B invalid with a black and white printer',CR,LF ;AN000;
:def 18 'Unable to reload with profile supplied',CR,LF ;AN000;
:use 8003 PARSE12 ; 'Too many parameters' ;AN000;
:use 8004 PARSE17 ; 'Parameter value not allowed' ;AN000;
:def 8005 'Invalid parameter: %1',CR,LF ;AN000;
:use 8006 PARSE22 ; 'Invalid parameter combination' ;AN000;
:def 8007 'Duplicate parameters not allowed',CR,LF ;AN000;
:use 8008 PARSE19 ; 'Parameter format not correct' ;AN000;
:def 8017 '/B invalid with a black and white printer',CR,LF ;AN000;
:def 8018 'Unable to reload with profile supplied',CR,LF ;AN000;
:end ;AN000;