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.

17 lines
537 B

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; Message Skeleton file for ANSI.SYS
  4. ;
  5. ; Author: WGR
  6. ;
  7. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  8. :util ANSI ; utility name
  9. :class A
  10. :use 1 COMMON1 ; 'Incorrect DOS version'
  11. :def 10 "Invalid parameter - %1",CR,LF ; 'Invalid parameter'
  12. :use 8001 COMMON39 ; 'Incorrect DOS version'
  13. :def 8010 "Invalid parameter - %1",CR,LF ; 'Invalid parameter'
  14. :end
  15.