Files
RomWBW/Source/Images/Clean.cmd
Wayne Warthen a410e81689 Miscellaneous
- 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.
2024-10-27 17:07:42 -07:00

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