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

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