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.

42 lines
1.3 KiB

  1. ;-------------------------------------------------------------------
  2. ; message retriever skeleton file for APPEND
  3. ;-------------------------------------------------------------------
  4. :util APPEND
  5. :class a
  6. ;:use 1 COMMON1
  7. :def 1 "Incorrect APPEND version",CR,LF
  8. :def 2 "Invalid path",CR,LF
  9. :def 3 "Invalid parameter",CR,LF
  10. :def 4 "Invalid combination of parameters",CR,LF
  11. :def 5 "No Append",CR,LF
  12. ; 300 - 399 reserved for options help messages
  13. :def 300 APPEND /?
  14. :def 301 APPEND /?
  15. :def 302 APPEND /?
  16. :def 303 APPEND /?
  17. :def 304 APPEND /?
  18. :def 305 APPEND /?
  19. :def 306 APPEND /?
  20. :def 307 APPEND /?
  21. :def 308 APPEND /?
  22. :def 309 APPEND /?
  23. :def 310 APPEND /?
  24. :def 311 APPEND /?
  25. :def 312 APPEND /?
  26. :def 313 APPEND /?
  27. :def 314 APPEND /?
  28. :def 315 APPEND /?
  29. :def 316 APPEND /?
  30. :class b
  31. :def 6 "APPEND / ASSIGN Conflict",CR,LF
  32. :def 7 "APPEND / TopView Conflict",CR,LF
  33. :def 8 "Incorrect DOS Version",CR,LF
  34. :def 9 "APPEND already installed",CR,LF
  35. ;:use 8 COMMON1 ;"Incorrect DOS Version"
  36. ;:use 9 COMMON1 ;"APPEND already installed"
  37. :end
  38.