Archive Contents
~~~~~~~~~~~~~~~~
bugs.txt	Bug List
files.txt	This file list
history.txt	History of the shell development
license.txt     GNU license - applies to all files named here
readme.txt	General shell info
todo.txt	What I have to do
dir-test.txt    Regression tests for dir.c

command.dsk	Borland C desktop file
command.prj	Borland C project file
command.mak	Borland C make file
model.def	Model definition for make file

alias.c         Alias code
alias.h         Alias header 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
date.c          Date command code
dir.c           Directory listing code
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
tempfile.c      Re-implementation of tmpfile library function
tempfile.h      tempfile.c header file
testenv.c	Code to test environment passing
time.c          Time command code
type.c          Type command code
where.c		Code to search path for executables

28.com		program to switch to 28-line mode (lost?)
command.com	COMMAND.COM executable

test.bat	Test batch file

makecom.bat     Make com file from exe
makedist.bat    Make distribution zip files from source code
clean.bat       Deletes the .bak and .obj files (cleans up)
