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.

70 lines
1.3 KiB

  1. :util EXE2BIN
  2. :class 1
  3. :use EXTEND2
  4. :use EXTEND3
  5. :use EXTEND4
  6. :use EXTEND5
  7. :use EXTEND6
  8. :use EXTEND15
  9. :use EXTEND18
  10. :class 2
  11. :class A
  12. ;msgBadDosVersion
  13. ;"Incorrect DOS version",CR,LF,"$"
  14. :use 1 COMMON1
  15. ;msgOutOfMemory
  16. ;"Insufficient memory",CR,LF
  17. :def 2 "Insufficient memory",CR,LF
  18. ;msgLoadFailure
  19. ;"Can't find messages"
  20. :def 3 "Can't find messages",CR,LF
  21. ; 300 - 399 reserved for options help messages
  22. ;msgOptions
  23. :def 300 EXE2BIN /?
  24. :def 301 EXE2BIN /?
  25. :def 302 EXE2BIN /?
  26. :def 303 EXE2BIN /?
  27. :CLASS B
  28. ;msgNoAccess
  29. ;"Access denied ", CR, LF
  30. :def 4 "Access denied",CR,LF
  31. ;msgNoConvert
  32. ;"File cannot be converted", CR, LF
  33. :def 5 "File cannot be converted",CR,LF
  34. ;msgNoFile
  35. ;"File not found ", CR, LF
  36. :def 6 "File not found",CR,LF
  37. ;msgFileCreateError
  38. ;"File creation error", CR, LF
  39. :def 7 "File creation error",CR,LF
  40. ;msgFixUp
  41. ;"Fix-ups needed - base segment (hex):"
  42. :def 8 "Fix-ups needed - base segment (hex):"
  43. ;msgBadParameter
  44. ;"Invalid parameter",CR,LF,0
  45. :use 9 EXTEND87
  46. ;msgNoDiskSpace
  47. ;"Insufficient disk space", CR, LF
  48. ;def 10 "Insufficient disk space",CR,LF
  49. :use 10 COMMON20
  50. ;msgNoFileName
  51. ;"File name must be specified ", CR, LF
  52. :def 12 "File name must be specified",CR,LF
  53. :end
  54.