mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +00:00
Fixed bugs and improved del command.
svn path=/trunk/; revision=352
This commit is contained in:
parent
74b0d03ccc
commit
e4bcefde7d
16 changed files with 350 additions and 160 deletions
|
@ -30,7 +30,7 @@
|
|||
#include <tchar.h>
|
||||
|
||||
|
||||
#define CMD_VER "0.1 pre 1"
|
||||
#define CMD_VER "0.1 pre 2"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define SHELLVER "Version " CMD_VER " [" __DATE__ ", msc]"
|
||||
|
@ -58,8 +58,7 @@
|
|||
#define ERROR_E2BIG "ERROR: Argument list too long"
|
||||
#define ERROR_EINVAL "ERROR: Invalid argument"
|
||||
|
||||
#define SHELLINFO "ReactOS Command Line Interface"
|
||||
#define USAGE "usage"
|
||||
#define SHELLINFO "ReactOS Command Line Interface"
|
||||
|
||||
|
||||
#define D_ON "on"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue