mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
- Added "Character Device Mapping" sub-section to each of the Operating System sections of the User Guide. This attempts to clarify how character devices will appear within the different operating system environments. - Generate a disk image "catalog" file for each disk image generated during build. This simply helps confirm what files wound up on each disk image and the space used/free. - Make the CP/M 2.2 files added to NZCOM and ZSDOS consistent.
8 lines
127 B
Batchfile
8 lines
127 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.tmp del *.tmp
|
|
if exist *.img del *.img
|
|
if exist *.sys del *.sys
|
|
if exist *.cat del *.cat
|