mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
- Put CP/M 3 and ZPM3 built system files into Binary directory to make them easier to access for manual upgrades. - Improve upgrade documentation.
11 lines
205 B
Batchfile
11 lines
205 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.spr del *.spr
|
|
if exist *.com del *.com
|
|
if exist *.sys del *.sys
|
|
if exist *.pat del *.pat
|
|
if exist *.dat del *.dat
|
|
if exist *.zpm del *.zpm
|
|
if exist *.spr del *.spr
|