Fixed bugs and added DIRS command.

svn path=/trunk/; revision=723
This commit is contained in:
Eric Kohl 1999-10-23 18:17:37 +00:00
parent 583a7209da
commit 36f33622cc
10 changed files with 223 additions and 86 deletions

View file

@ -172,7 +172,7 @@ INT cmd_date (LPTSTR, LPTSTR);
/* Prototypes for DEL.C */
INT cmd_del (LPTSTR, LPTSTR);
INT CommandDelete (LPTSTR, LPTSTR);
/* Prototypes for DELAY.C */
@ -190,6 +190,7 @@ VOID DestroyDirectoryStack (VOID);
INT GetDirectoryStackDepth (VOID);
INT CommandPushd (LPTSTR, LPTSTR);
INT CommandPopd (LPTSTR, LPTSTR);
INT CommandDirs (LPTSTR, LPTSTR);
/* Prototypes for ECHO.C */