2025-04-27 07:49:33 -04:00

28 lines
1.8 KiB
PHP
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; Command.com initialization messages.
;
; See resmsg.equ for macro definition.
msg BadVerMsg, <"Nespr vn  verze systmu DOS",CR,LF>
msg OutEnvMsg, <"Nedostatek pamØti pro systmov promØnn",CR,LF>
msg CopyrightMsg,<"Microsoft(R) Windows DOS",CR,LF,"(C)Copyright Microsoft Corp 1990-2001.",CR,LF>
msg BadComLkMsg, <"Zadanì adres ý pro vyhled n¡ pý¡kazu COMMAND je chybnì",CR,LF>
msg BadComAccMsg,<"K zadanmu adres ýi pro vyhled n¡ pý¡kazu COMMAND byl odm¡tnut pý¡stup",CR,LF>
msg Help1Msg <"Spouçt¡ nov prostýed¡ pý¡kazovho ý dku MS-DOS.",CR,LF,CR,LF>
msg Help2Msg <"COMMAND [[jednotka:]cesta] [zaý¡zen¡] [/E:nnnnn] [/P] [/C ýetØzec] [/MSG]",CR,LF,CR,LF>
msg Help3Msg <" [jednotka:]cesta UrŸ¡ jednotku a adres ý obsahuj¡c¡ soubor COMMAND.COM.",CR,LF>
msg Help4Msg <" zaý¡zen¡ UrŸ¡ zaý¡zen¡ pro vstup a vìstup pý¡kaz….",CR,LF>
msg Help5Msg <" /E:nnnnn Nastav¡ velikost pamØti pro promØnn systmu na nnnnn bajt….",CR,LF>
msg Help6Msg <" /P UrŸ¡, §e prostýed¡ MS-DOS nelze ukonŸit.",CR,LF>
msg Help7Msg <" /C ýetØzec Vykon  pý¡kaz urŸenì ýetØzcem, pak se zastav¡.",CR,LF>
msg Help8Msg <" /MSG UrŸ¡, §e vçechny chybov zpr vy se ulo§¡ do pamØti.",CR,LF>
msg Help9Msg <" S pýep¡naŸem /MSG je nutno nastavit i pýep¡naŸ /P.",CR,LF>
HelpMsgs dw RESGROUP:Help1Msg,RESGROUP:Help2Msg
dw RESGROUP:Help3Msg,RESGROUP:Help4Msg
dw RESGROUP:Help5Msg,RESGROUP:Help6Msg
dw RESGROUP:Help7Msg,RESGROUP:Help8Msg
dw RESGROUP:Help9Msg,0
public HelpMsgs