Subversion Repositories SvarDOS

Rev

Rev 962 | Rev 989 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 962 Rev 982
Line 75... Line 75...
75
#include "cmd/chcp.c"
75
#include "cmd/chcp.c"
76
#include "cmd/cls.c"
76
#include "cmd/cls.c"
77
#include "cmd/copy.c"
77
#include "cmd/copy.c"
78
#include "cmd/date.c"
78
#include "cmd/date.c"
79
#include "cmd/del.c"
79
#include "cmd/del.c"
-
 
80
#include "cmd/for.c"
80
#include "cmd/goto.c"
81
#include "cmd/goto.c"
81
#include "cmd/if.c"
82
#include "cmd/if.c"
82
#include "cmd/vol.c"     /* must be included before dir.c due to dependency */
83
#include "cmd/vol.c"     /* must be included before dir.c due to dependency */
83
#include "cmd/dir.c"
84
#include "cmd/dir.c"
84
#include "cmd/echo.c"
85
#include "cmd/echo.c"
Line 117... Line 118...
117
  {"DEL",     cmd_del},
118
  {"DEL",     cmd_del},
118
  {"DIR",     cmd_dir},
119
  {"DIR",     cmd_dir},
119
  {"ECHO",    cmd_echo},
120
  {"ECHO",    cmd_echo},
120
  {"ERASE",   cmd_del},
121
  {"ERASE",   cmd_del},
121
  {"EXIT",    cmd_exit},
122
  {"EXIT",    cmd_exit},
-
 
123
  {"FOR",     cmd_for},
122
  {"GOTO",    cmd_goto},
124
  {"GOTO",    cmd_goto},
123
  {"IF",      cmd_if},
125
  {"IF",      cmd_if},
124
  {"LH",      cmd_notimpl},
126
  {"LH",      cmd_notimpl},
125
  {"LN",      cmd_ln},
127
  {"LN",      cmd_ln},
126
  {"LOADHIGH",cmd_notimpl},
128
  {"LOADHIGH",cmd_notimpl},