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.

23 lines
961 B

  1. HelpMsg db '���α׷��� �޸����� ó�� 64K�� �о��鿩�� �����մϴ�.',0dh,0ah,0dh,0ah
  2. db 'LOADFIX [�����̺�:][����]���� �̸�',0dh,0ah,0dh,0ah
  3. db 'LOADFIX�� ���� �޸𸮿� �о����̷��ٰ� "Packed file corrupt"���� ',0dh,0ah
  4. db '�޽����� ���� ���α׷��� �о����� �� �����մϴ�.',0dh,0ah
  5. db '$'
  6. ErrMsg db '������ ���α׷��� �����ϴµ� �����Դϴ�.','$'
  7. NoParms db '����: ������ ���α׷� �̸��� �����ϴ�.','$'
  8. NoComspec db '����: COMSPEC�� �����ϴ�.','$'
  9. ifdef BILINGUAL
  10. HelpMsg2 db 'Loads a program above the first 64K of memory, and runs the program.',0dh,0ah,0dh,0ah
  11. db 'LOADFIX [drive:][path]filename',0dh,0ah,0dh,0ah
  12. db 'Use LOADFIX to load a program if you have received the message',0dh,0ah
  13. db '"Packed file corrupt" when trying to load it in low memory.',0dh,0ah
  14. db '$'
  15. ErrMsg2 db 'Error executing the given program','$'
  16. NoParms2 db 'Error: No program name given','$'
  17. NoComspec2 db 'Error: missing COMSPEC','$'
  18. endif
  19.