mirror of https://github.com/wwarthen/RomWBW.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
533 B
18 lines
533 B
@echo off
|
|
setlocal
|
|
|
|
if exist ccp.com del ccp.com
|
|
if exist *.sys del *.sys
|
|
if exist gencpm.dat del gencpm.dat
|
|
if exist loader.cim del loader.cim
|
|
if exist bnkbios3.spr del bnkbios3.spr
|
|
if exist system.epr del system.epr
|
|
if exist system.evn del system.evn
|
|
if exist system.odd del system.odd
|
|
if exist biosldr.rel del biosldr.rel
|
|
if exist *.sym del *.sym
|
|
if exist zpmldr.com del zpmldr.com
|
|
if exist zccp.com del zccp.com
|
|
if exist startzpm.com del startzpm.com
|
|
if exist gencpm.com del gencpm.com
|
|
if exist *.dat del *.dat
|
|
|