Archive Contents
~~~~~~~~~~~~~~~~
bugs.txt	Bug List
files.txt	This file list
history.txt	History of the shell development
readme.txt	General shell info
todo.txt	What I have to do

command.dsk	Borland C desktop file
command.prj	Borland C project file

batch.c		Batch file interpreter
cmdinput.c	Command-line input functions
command.c	Main code for command-line interpreter
command.h	Command header file
environ.c	Environment handling
exec.c		Exec C interface code
history.c	Command-line history handling
internal.c	Internal commands (DIR, RD, etc)
lh.asm		Loadhigh assembler functions
loadhigh.c	Loadhigh C source
loadhigh.h	Loadhigh header file
lowexec.asm	Low-level exec functions
model.def	memory model for exec stuff
prompt.c	Prompt handling functions
redir.c		Redirection and piping parsing functions
testenv.c	Code to test environment passing
where.c		Code to search path for executables

28.com		program to switch to 28-line mode
command.com	COMMAND.COM executable

test.bat	Test batch file
