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
1003 B

  1. HelpMsg db '�v���O�������������̍ŏ��� 64K �������ɓǂݍ����Ŏ��s���܂�.',0dh,0ah,0dh,0ah
  2. db 'LOADFIX [��ײ��:][�߽]̧�ٖ�',0dh,0ah,0dh,0ah
  3. db 'LOADFIX ��, ���ʃ������Ƀv���O�������ǂݍ������Ƃ����Ƃ���, "�p�b�N���ꂽ',0dh,0ah
  4. db '�t�@�C�����s���ł�"�Ƃ������b�Z�[�W���\�����ꂽ�ꍇ�Ɏg�p���Ă�������.',0dh,0ah
  5. db '$'
  6. ErrMsg db '�w�肳�ꂽ�v���O���������s���ɃG���[�ł�.','$'
  7. NoParms db '�G���[: �w�肳�ꂽ�v���O�����������܂���','$'
  8. NoComspec db '�G���[: 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.