mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 18:01:36 +00:00
Added CHOICE command and fixed a cursor bug.
svn path=/trunk/; revision=625
This commit is contained in:
parent
c4385e9139
commit
0b84d00506
6 changed files with 276 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue