CEDHP95.README
INFORMATION ABOUT USING THE HP95 WITH CED AND DIET:
Author:  Thomas Danielson, mll@lysator.liu.se

CED is a Command line editor that used as a TSR remembers the DOS commands
in a command stack and then lets you recall them.  It also makes it easy to 
create synonyms for the commands that you use often.  
Please see the CED.DOC file.

I had problems using CED together with DIET, the .EXM files wouldn't load .
This is 
how I solved the problem to be able to still use the .EXM files with both
DIET and CED installed.  If you come up with a better solution, please let 
me know...

CONFIG.SYS
SHELL =C:\COMMAND.COM /E:512 /P

AUTOEXEC.BAT
echo off
cls
echo Please wait...
prompt $p$g
path=C:\;C:\_SYS;C:\_DAT;C:\BIN;A:\;A:\EXM;A:\BIN\GAMES;A:\UTILS;A:\BAT;A:\BIN\H;A:\UTILS\PLAYBACK
serctl /o
b-cursor>nul
diet -z -p -ta:>nul
echo.
echo    welcome to MS-DOS ver 3.22
echo    please type 95 to go to HP SYSMGR
cedinst
echo nothing

CEDINST.BAT
echo off
ced -B128,128,128,128,128

95.BAT
$SYSMGR

both CED.COM and CED.DOC are


Copyright (c) 1985 by
Christopher J. Dunford   

This file, CEDHP95.README
created by Thomas Danielson, INTERNET: mll@lysator.liu.se

