Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1089 → Rev 1090

/svarcom/trunk/cmd/_notimpl.c
File deleted
/svarcom/trunk/cmd.c
70,7 → 70,6
return(0);
}
 
#include "cmd/_notimpl.c"
#include "cmd/break.c"
#include "cmd/call.c"
#include "cmd/cd.c"
77,6 → 76,7
#include "cmd/chcp.c"
#include "cmd/cls.c"
#include "cmd/copy.c"
#include "cmd/ctty.c"
#include "cmd/date.c"
#include "cmd/del.c"
#include "cmd/for.c"
86,6 → 86,7
#include "cmd/dir.c"
#include "cmd/echo.c"
#include "cmd/exit.c"
#include "cmd/loadhigh.c"
#include "cmd/ln.c"
#include "cmd/mkdir.c"
#include "cmd/path.c"
116,7 → 117,7
{"CHDIR", cmd_cd},
{"CLS", cmd_cls},
{"COPY", cmd_copy},
{"CTTY", cmd_notimpl},
{"CTTY", cmd_ctty},
{"DATE", cmd_date},
{"DEL", cmd_del},
{"DIR", cmd_dir},
126,9 → 127,9
{"FOR", cmd_for},
{"GOTO", cmd_goto},
{"IF", cmd_if},
{"LH", cmd_notimpl},
{"LH", cmd_loadhigh},
{"LN", cmd_ln},
{"LOADHIGH",cmd_notimpl},
{"LOADHIGH",cmd_loadhigh},
{"MD", cmd_mkdir},
{"MKDIR", cmd_mkdir},
{"PAUSE", cmd_pause},
/svarcom/trunk/history.txt
16,6 → 16,7
- DIR command: /a:xxx is supported like an equivalent to /axxx [#44077]
- VER command: displays true DOS version, DOS rev, memory location [#44050]
- REN command: allows renaming directory names [#44060]
- implemented CTTY and LOADHIGH/LH as no-ops (LH loads programs low)
- ln creates %DOSDIR%\LINKS directory when needed and warns on error [#44042]
- ln add outputs an error message when link already exists [#44043]
- added Polish translations
/svarcom/trunk/lang/en-utf8.txt
15,6 → 15,7
0.6:Invalid parameter
0.7:Required parameter missing
0.8:Invalid destination
0.9:This command is not implemented
 
# the message below MUST be a two-letter UPPER-CASE string for "Yes/No" keys
# that user can press to answer interactive "Yes/No" questions