Added CHOICE command and fixed a cursor bug.

svn path=/trunk/; revision=625
This commit is contained in:
Eric Kohl 1999-08-21 21:54:30 +00:00
parent c4385e9139
commit 0b84d00506
6 changed files with 276 additions and 8 deletions

View file

@ -68,6 +68,11 @@ COMMAND cmds[] =
{_T("chcp"), 0, CommandChcp},
#endif
#ifdef INCLUDE_CMD_CHOICE
{_T("choice"), 0, CommandChoice},
#endif
#ifdef INCLUDE_CMD_CLS
{_T("cls"), 0, cmd_cls},
#endif