diff options
Diffstat (limited to 'v4.0/src/CMD/GRAPHICS/GRAPHICS.SKL')
| -rw-r--r-- | v4.0/src/CMD/GRAPHICS/GRAPHICS.SKL | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/v4.0/src/CMD/GRAPHICS/GRAPHICS.SKL b/v4.0/src/CMD/GRAPHICS/GRAPHICS.SKL new file mode 100644 index 0000000..8e6dd15 --- /dev/null +++ b/v4.0/src/CMD/GRAPHICS/GRAPHICS.SKL | |||
| @@ -0,0 +1,66 @@ | |||
| 1 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000; | ||
| 2 | ;; MS DOS - GRAPHICS Command | ||
| 3 | ;; (c) Copyright 1988 Microsoft | ||
| 4 | ;; ;AN000; | ||
| 5 | ;; File Name: GRAPHICS.MSG ;AN000; | ||
| 6 | ;; ---------- ;AN000; | ||
| 7 | ;; ;AN000; | ||
| 8 | ;; DOS GRAPHICS Command - Message skeleton file | ||
| 9 | ;; ;AN000; | ||
| 10 | ;; Description: ;AN000; | ||
| 11 | ;; ------------ ;AN000; | ||
| 12 | ;; This file contains the skeleton file for using the DOS message ;AN000; | ||
| 13 | ;; retriever with GRAPHICS.COM ;AN000; | ||
| 14 | ;; ;AN000; | ||
| 15 | ;; This skeleton file is processed by "FASTBLD" in order to create ;AN000; | ||
| 16 | ;; the following message files wich are included from GRINST.ASM: ;AN000; | ||
| 17 | ;; ;AN000; | ||
| 18 | ;; GRAPHICS.CL1 ; Class 1 messages ;AN000; | ||
| 19 | ;; GRAPHICS.CL2 ; Class 2 messages ;AN000; | ||
| 20 | ;; GRAPHICS.CLA ; Class A messages ;AN000; | ||
| 21 | ;; ;AN000; | ||
| 22 | ;; Documentation Reference: ;AN000; | ||
| 23 | ;; ------------------------ ;AN000; | ||
| 24 | ;; DOS 3.3 Message Retriever Interface Supplement. ;AN000; | ||
| 25 | ;; DOS 3.3 Approved Functional Specification Message Supplement. ;AN000; | ||
| 26 | ;; ;AN000; | ||
| 27 | ;; External Procedure References: ;AN000; | ||
| 28 | ;; ------------------------------ ;AN000; | ||
| 29 | ;; FROM FILE GRINST.ASM: ;AN000; | ||
| 30 | ;; GRAPHICS_INSTALL - Main module for GRAPHICS install. ;AN000; | ||
| 31 | ;; (NOTE: Reference is made to the include file generated from this ;AN000; | ||
| 32 | ;; skeleton file). ;AN000; | ||
| 33 | ;; ;AN000; | ||
| 34 | ;; Change History: ;AN000; | ||
| 35 | ;; --------------- ;AN000; | ||
| 36 | ;; ;AC001 - Changed message 15 to match D307 request ;AN000; | ||
| 37 | ;; ;AN000; | ||
| 38 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000; | ||
| 39 | :util GRAPHICS ; Utility name ;AN000; | ||
| 40 | ;AN000; | ||
| 41 | ;AN000; | ||
| 42 | :class A ; Class A messages (General messages) ;AN000; | ||
| 43 | :use 1 COMMON1 ; 'Incorrect DOS version' ;AN000; | ||
| 44 | :use 2 EXTEND8 ; 'Insufficient memory' ;AN000; | ||
| 45 | ;AN000; | ||
| 46 | ;AN000; | ||
| 47 | :class B ; Class B messages: (Profile loading) ;AN000; | ||
| 48 | :def 9 'Cannot find GRAPHICS profile',CR,LF ;AN000; | ||
| 49 | :def 10 'Required profile statement missing before line %1',CR,LF ;AN000; | ||
| 50 | :def 11 'Invalid profile statement on line %1',CR,LF ;AN000; | ||
| 51 | :def 12 'Profile statement out of sequence on line %1',CR,LF ;AN000; | ||
| 52 | :def 13 'Error reading GRAPHICS profile',CR,LF ;AN000; | ||
| 53 | :def 14 'Syntax errors in GRAPHICS profile',CR,LF ;AN000; | ||
| 54 | :def 15 'Printbox ID not in GRAPHICS profile',CR,LF ;AC001; | ||
| 55 | :def 16 'Printer type not in GRAPHICS profile',CR,LF ;AN000; | ||
| 56 | ;AN000; | ||
| 57 | :class C ; Class C messages: (Command line parsing) ;AN000; | ||
| 58 | :use 3 PARSE1 ; 'Too many parameters' ;AN000; | ||
| 59 | :use 4 PARSE6 ; 'Parameter value not allowed' ;AN000; | ||
| 60 | :def 5 'Invalid parameter: %1',CR,LF ;AN000; | ||
| 61 | :use 6 PARSE11 ; 'Invalid parameter combination' ;AN000; | ||
| 62 | :def 7 'Duplicate parameters not allowed',CR,LF ;AN000; | ||
| 63 | :use 8 PARSE8 ; 'Parameter format not correct' ;AN000; | ||
| 64 | :def 17 '/B invalid with a black and white printer',CR,LF ;AN000; | ||
| 65 | :def 18 'Unable to reload with profile supplied',CR,LF ;AN000; | ||
| 66 | :end ;AN000; | ||