home *** CD-ROM | disk | FTP | other *** search
- This LBR has been repacked as a .ARC (or .ARK) file for storage
- on MSDOS systems, and renamed from DOS+25.LBR to DOSPLS25.ARC.
- Similarly, some embedded files have been renamed so that they
- will not abort operations under MSDOS.
-
- !!READ.ME (this file) was --READ.ME
- --IF.CPM was //IF.COM
- --SKIP.CPM was //SKIP.COM
- -CCPLUS.MSG was -CCP+.MSG
- DOSPLUS.DOC was DOS+.DOC
- MVDOSPLS.CPM was MOVDOS+.COM
-
- and all .COM files have been renamed to .CPM files, to prevent
- accidents under MSDOS. For normal CPM usage you should rename
- the files to the originals. However note that CCP+ can easily
- be patched to use .CPM files in place of .COM files if desired.
-
- The .ARC distribution will not allow direct execution without
- unpacking, as described below for LRUN. If you repack this
- into a .LBR file again, please set the individual file dates
- to those in this .ARC file, using LSETDATE (see LIBUTILS
- distribution package).
- cbf 88/01/12
-
-
-
- DOS+ Ver. 2.5
-
- A complete replacement system for CPM 2.2. File timestamping,
- paths, DU addressing, archive control, wheel support, and more.
- IF YOU DO NOT HAVE A Z80 CPU you cannot run DOS+ or CCP+.
-
- First: use LT, LU or NULU to extract CCPXTEND.SYS from this
- library. For now, rename the extracted CCPXTEND to LRUN.COM.
- It will be convenient to also extract LT.COM.
-
- All the .COM files may now be run with:
-
- LRUN -dos+25 fname (and appropriate arguments)
- or
- LRUN -d:dos+24 fname (if DOS+24.LBR not on default drive)
- or
- they may be extracted from the library with LT/LU/NULU.
-
- Files in this library are all datestamped, which may be shown
- by my LDIR (v1.9 at present, in LIBUTIL.LBR). Those files with
- a middle 'Z' in the filetype are crunched with Steve Greenbergs
- CRUNCH utility and may be expanded by:
-
- LT dos+24 *.?z? (for listing to console)
- or
- LT dos+24 d:*.?z? (to extract/expand to drive d:)
- or
- LT (for help with LT)
-
- These files are much more compact than those created by SQ/USQ.
-
- All component files have CCITCRC checksums installed, in both
- crunched and uncrunched form. To verify:
-
- CCITCRC *.*
- or
- CCITCRC (for help with CCITCRC)
-
- and expect the first checksum to be 00 00.
-
- Read -INSTALL.DOS (.DZS) for installation.
-
- DISK.DIR (.DZR) is a sample of my system disk, and may be helpful
- in configuring your system disk. See also SYSDISK.INF (.IZF).
-
- DOS+SOR.LBR contains source. Routines in TIME.MAC (.MZC) will
- be useful in creating your timer drivers. The minimum timer
- driver is a 5 byte dedicated area and no hardware is needed.
- Nothing is needed when DOS+ is configured for no timer (default
- distribution is no timer and no paths).
- cbf
- S╪