|
|
HelpMsg db '���α��� ������ ó�� 64K�� �о��鿩�� �����մϴ�.',0dh,0ah,0dh,0ah db 'LOADFIX [�����̺�:][����]���� �̸�',0dh,0ah,0dh,0ah db 'LOADFIX�� ���� �� �о����̷��ٰ� "Packed file corrupt"���� ',0dh,0ah db '������ ���� ���α��� �о����� �� �����մϴ�.',0dh,0ah db '$'
ErrMsg db '������ ���α��� �����ϴµ� �����Դϴ�.','$' NoParms db '����: ������ ���α� �̸��� �����ϴ�.','$' NoComspec db '����: COMSPEC�� �����ϴ�.','$'
ifdef BILINGUAL
HelpMsg2 db 'Loads a program above the first 64K of memory, and runs the program.',0dh,0ah,0dh,0ah db 'LOADFIX [drive:][path]filename',0dh,0ah,0dh,0ah db 'Use LOADFIX to load a program if you have received the message',0dh,0ah db '"Packed file corrupt" when trying to load it in low memory.',0dh,0ah db '$'
ErrMsg2 db 'Error executing the given program','$' NoParms2 db 'Error: No program name given','$' NoComspec2 db 'Error: missing COMSPEC','$'
endif
|