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.

84 lines
2.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. :class B ;utility messages
  47. :def 6 "*" ;prompt_ptr
  48. :def 7 "Invalid drive or file name",CR,LF ;baddrv_ptr
  49. :def 8 "File name must be specified",CR,LF ;ndname_ptr
  50. :def 10 "File is READ-ONLY",CR,LF ;ro_err_ptr
  51. :def 11 "File Creation Error",CR,LF ;bcreat_ptr
  52. :def 12 "Too many files open",CR,LF ;too_many_ptr
  53. :def 13 "Read error in:",CR,LF,"%1",CR,LF ;read_err_ptr
  54. :def 14 "Cannot edit .BAK file--rename file",CR,LF ;nobak_ptr
  55. :def 15 "No room in directory for file",CR,LF ;nodir_ptr
  56. :def 16 "Disk full. Edits lost.",CR,LF ;dskful_ptr
  57. :def 18 "Entry error",CR,LF ;badcom_ptr
  58. :def 19 "New file",CR,LF ;newfil_ptr
  59. :def 20 "Not found",CR,LF ;nosuch_ptr
  60. :class C ;utility messages
  61. :def 21 "O.K.? " ;ask_ptr
  62. :def 22 "Line too long",CR,LF ;toolng_ptr
  63. :def 23 "End of input file",CR,LF ;eof_ptr
  64. :def 24 "Abort edit (Y/N)? " ;qmes_ptr
  65. :def 25 "Must specify destination line number",CR,LF ;dest_ptr
  66. :def 26 "Not enough room to merge the entire file",CR,LF ;mrgerr_ptr
  67. :def 27 CR,LF ;crlf_ptr
  68. :def 28 LF ;lf_ptr
  69. :def 29 "Continue (Y/N)?" ;cont_ptr
  70. :def 30 "Unable to print message",CR,LF ;fatal_error
  71. :def 31 "%1" ;arg_buf_ptr
  72. :def 32 "%1:%2" ;line_num_buf_ptr
  73. :def 33 "Cannot merge - Code page mismatch",CR,LF ;cp_err_ptr
  74. :end
  75. ;=========================================================================
  76. ;=========================================================================
  77.