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.

124 lines
4.9 KiB

  1. ;======================= START OF SPECIFICATIONS =========================
  2. ;
  3. ; MODULE NAME: EDLMES.FIL
  4. ;
  5. ; DESCRIPTIVE NAME: EDLIN MESSAGES
  6. ;
  7. ; FUNCTION: PROVIDES A SET OF MESSAGES FOR EDLIN.
  8. ;
  9. ; ENTRY POINT: NA
  10. ;
  11. ; INPUT: NA
  12. ;
  13. ; EXIT NORMAL: NA
  14. ;
  15. ; EXIT ERROR: NA
  16. ;
  17. ; INTERNAL REFERENCES: NA
  18. ;
  19. ; EXTERNAL REFERENCES: NA
  20. ;
  21. ;
  22. ; NOTES: THIS MODULE IS TO BE PREPPED BY FASTBLD.EXE.
  23. ;
  24. ; REVISION HISTORY:
  25. ;
  26. ; VERSION 4.00 - CREATED FOR DOS 4.00
  27. ;
  28. ;======================= END OF SPECIFICATIONS ===========================
  29. ;=========================================================================
  30. ; edlin utility message file
  31. ;=========================================================================
  32. :util EDLIN ;utility name
  33. :class 1
  34. :class A ;system messages
  35. :use 1 COMMON1 ;"Incorrect DOS version",CR,LF
  36. :use 2 COMMON2 ;"Insufficient memory",CR,LF
  37. :use 3 COMMON3 ;"Error loading messages",CR,LF
  38. :def 300 "edlin /? help",cr,lf
  39. :def 301 "edlin ? help",cr,lf
  40. :def 302 "edlin ? help",cr,lf
  41. :def 303 "edlin ? help",cr,lf
  42. :def 304 "edlin ? help",cr,lf
  43. :def 305 "edlin ? help",cr,lf
  44. :def 306 "edlin ? help",cr,lf
  45. :def 307 "edlin ? help",cr,lf
  46. :use 8001 COMMON39 ;"Incorrect DOS version",CR,LF
  47. :use 8002 COMMON40 ;"Insufficient memory",CR,LF
  48. :use 8003 COMMON41 ;"Error loading messages",CR,LF
  49. :def 8300 "edlin /? help",cr,lf
  50. :def 8301 "edlin ? help",cr,lf
  51. :def 8302 "edlin ? help",cr,lf
  52. :def 8303 "edlin ? help",cr,lf
  53. :def 8304 "edlin ? help",cr,lf
  54. :def 8305 "edlin ? help",cr,lf
  55. :def 8306 "edlin ? help",cr,lf
  56. :def 8307 "edlin ? help",cr,lf
  57. :class B ;utility messages
  58. :def 6 "*" ;prompt_ptr
  59. :def 7 "Invalid drive or file name",CR,LF ;baddrv_ptr
  60. :def 8 "File name must be specified",CR,LF ;ndname_ptr
  61. :def 10 "File is READ-ONLY",CR,LF ;ro_err_ptr
  62. :def 11 "File Creation Error",CR,LF ;bcreat_ptr
  63. :def 12 "Too many files open",CR,LF ;too_many_ptr
  64. :def 13 "Read error in:",CR,LF,"%1",CR,LF ;read_err_ptr
  65. :def 14 "Cannot edit .BAK file--rename file",CR,LF ;nobak_ptr
  66. :def 15 "No room in directory for file",CR,LF ;nodir_ptr
  67. :def 16 "Disk full. Edits lost.",CR,LF ;dskful_ptr
  68. :def 18 "Entry error",CR,LF ;badcom_ptr
  69. :def 19 "New file",CR,LF ;newfil_ptr
  70. :def 20 "Not found",CR,LF ;nosuch_ptr
  71. :def 8006 "*" ;prompt_ptr
  72. :def 8007 "Invalid drive or file name",CR,LF ;baddrv_ptr
  73. :def 8008 "File name must be specified",CR,LF ;ndname_ptr
  74. :def 8010 "File is READ-ONLY",CR,LF ;ro_err_ptr
  75. :def 8011 "File Creation Error",CR,LF ;bcreat_ptr
  76. :def 8012 "Too many files open",CR,LF ;too_many_ptr
  77. :def 8013 "Read error in:",CR,LF,"%1",CR,LF ;read_err_ptr
  78. :def 8014 "Cannot edit .BAK file--rename file",CR,LF ;nobak_ptr
  79. :def 8015 "No room in directory for file",CR,LF ;nodir_ptr
  80. :def 8016 "Disk full. Edits lost.",CR,LF ;dskful_ptr
  81. :def 8018 "Entry error",CR,LF ;badcom_ptr
  82. :def 8019 "New file",CR,LF ;newfil_ptr
  83. :def 8020 "Not found",CR,LF ;nosuch_ptr
  84. :class C ;utility messages
  85. :def 21 "O.K.? " ;ask_ptr
  86. :def 22 "Line too long",CR,LF ;toolng_ptr
  87. :def 23 "End of input file",CR,LF ;eof_ptr
  88. :def 24 "Abort edit (Y/N)? " ;qmes_ptr
  89. :def 25 "Must specify destination line number",CR,LF ;dest_ptr
  90. :def 26 "Not enough room to merge the entire file",CR,LF ;mrgerr_ptr
  91. :def 27 CR,LF ;crlf_ptr
  92. :def 28 LF ;lf_ptr
  93. :def 29 "Continue (Y/N)?" ;cont_ptr
  94. :def 30 "Unable to print message",CR,LF ;fatal_error
  95. :def 31 "%1" ;arg_buf_ptr
  96. :def 32 "%1:%2" ;line_num_buf_ptr
  97. :def 33 "Cannot merge - Code page mismatch",CR,LF ;cp_err_ptr
  98. :def 8021 "O.K.? " ;ask_ptr
  99. :def 8022 "Line too long",CR,LF ;toolng_ptr
  100. :def 8023 "End of input file",CR,LF ;eof_ptr
  101. :def 8024 "Abort edit (Y/N)? " ;qmes_ptr
  102. :def 8025 "Must specify destination line number",CR,LF ;dest_ptr
  103. :def 8026 "Not enough room to merge the entire file",CR,LF ;mrgerr_ptr
  104. :def 8027 CR,LF ;crlf_ptr
  105. :def 8028 LF ;lf_ptr
  106. :def 8029 "Continue (Y/N)?" ;cont_ptr
  107. :def 8030 "Unable to print message",CR,LF ;fatal_error
  108. :def 8031 "%1" ;arg_buf_ptr
  109. :def 8032 "%1:%2" ;line_num_buf_ptr
  110. :def 8033 "Cannot merge - Code page mismatch",CR,LF ;cp_err_ptr
  111. :end
  112. ;=========================================================================
  113. ;=========================================================================
  114.