Leaked source code of windows server 2003
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.

80 lines
3.8 KiB

  1. ;/*
  2. ; * Microsoft Confidential
  3. ; * Copyright (C) Microsoft Corporation 1988 - 1991
  4. ; * All Rights Reserved.
  5. ; */
  6. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
  7. ;; MS DOS - GRAPHICS Command
  8. ;;
  9. ;; ;AN000;
  10. ;; File Name: GRAPHICS.MSG ;AN000;
  11. ;; ---------- ;AN000;
  12. ;; ;AN000;
  13. ;; DOS GRAPHICS Command - Message skeleton file
  14. ;; ;AN000;
  15. ;; Description: ;AN000;
  16. ;; ------------ ;AN000;
  17. ;; This file contains the skeleton file for using the DOS message ;AN000;
  18. ;; retriever with GRAPHICS.COM ;AN000;
  19. ;; ;AN000;
  20. ;; This skeleton file is processed by "FASTBLD" in order to create ;AN000;
  21. ;; the following message files wich are included from GRINST.ASM: ;AN000;
  22. ;; ;AN000;
  23. ;; GRAPHICS.CL1 ; Class 1 messages ;AN000;
  24. ;; GRAPHICS.CL2 ; Class 2 messages ;AN000;
  25. ;; GRAPHICS.CLA ; Class A messages ;AN000;
  26. ;; ;AN000;
  27. ;; Documentation Reference: ;AN000;
  28. ;; ------------------------ ;AN000;
  29. ;; DOS 3.3 Message Retriever Interface Supplement. ;AN000;
  30. ;; DOS 3.3 Approved Functional Specification Message Supplement. ;AN000;
  31. ;; ;AN000;
  32. ;; External Procedure References: ;AN000;
  33. ;; ------------------------------ ;AN000;
  34. ;; FROM FILE GRINST.ASM: ;AN000;
  35. ;; GRAPHICS_INSTALL - Main module for GRAPHICS install. ;AN000;
  36. ;; (NOTE: Reference is made to the include file generated from this ;AN000;
  37. ;; skeleton file). ;AN000;
  38. ;; ;AN000;
  39. ;; Change History: ;AN000;
  40. ;; --------------- ;AN000;
  41. ;; ;AC001 - Changed message 15 to match D307 request ;AN000;
  42. ;; ;AN000;
  43. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;AN000;
  44. :util GRAPHICS ; Utility name ;AN000;
  45. ;AN000;
  46. ;AN000;
  47. :class A ; Class A messages (General messages) ;AN000;
  48. :use 1 COMMON1 ; 'Incorrect DOS version' ;AN000;
  49. :use 2 EXTEND8 ; 'Insufficient memory' ;AN000;
  50. ; 300 - 399 reserved for options help messages
  51. :def 300 GRAPHICS /?
  52. :def 301 GRAPHICS /?
  53. :def 302 GRAPHICS /?
  54. :def 303 GRAPHICS /?
  55. :def 304 GRAPHICS /?
  56. :def 305 GRAPHICS /?
  57. :def 306 GRAPHICS /?
  58. :def 307 GRAPHICS /?
  59. ;AN000;
  60. :class B ; Class B messages: (Profile loading) ;AN000;
  61. :def 9 'Cannot find GRAPHICS profile',CR,LF ;AN000;
  62. :def 10 'Required profile statement missing before line %1',CR,LF ;AN000;
  63. :def 11 'Invalid profile statement on line %1',CR,LF ;AN000;
  64. :def 12 'Profile statement out of sequence on line %1',CR,LF ;AN000;
  65. :def 13 'Error reading GRAPHICS profile',CR,LF ;AN000;
  66. :def 14 'Syntax errors in GRAPHICS profile',CR,LF ;AN000;
  67. :def 15 'Printbox ID not in GRAPHICS profile',CR,LF ;AC001;
  68. :def 16 'Printer type not in GRAPHICS profile',CR,LF ;AN000;
  69. ;AN000;
  70. :class C ; Class C messages: (Command line parsing) ;AN000;
  71. :use 3 PARSE1 ; 'Too many parameters' ;AN000;
  72. :use 4 PARSE6 ; 'Parameter value not allowed' ;AN000;
  73. :def 5 'Invalid parameter: %1',CR,LF ;AN000;
  74. :use 6 PARSE11 ; 'Invalid parameter combination' ;AN000;
  75. :def 7 'Duplicate parameters not allowed',CR,LF ;AN000;
  76. :use 8 PARSE8 ; 'Parameter format not correct' ;AN000;
  77. :def 17 '/B invalid with a black and white printer',CR,LF ;AN000;
  78. :def 18 'Unable to reload with profile supplied',CR,LF ;AN000;
  79. :end ;AN000;
  80.