Fixed bugs and improved del command.

svn path=/trunk/; revision=352
This commit is contained in:
Eric Kohl 1999-03-30 22:06:36 +00:00
parent 74b0d03ccc
commit e4bcefde7d
16 changed files with 350 additions and 160 deletions

View file

@ -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"