forked from MirrorRepos/RomWBW
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.
22 lines
663 B
22 lines
663 B
@echo off
|
|
setlocal
|
|
|
|
if exist zccp.com del zccp.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 util.rel del util.rel
|
|
if exist *.sym del *.sym
|
|
if exist zpmldr.com del zpmldr.com
|
|
if exist cpmldr.com del cpmldr.com
|
|
if exist startzpm.com del startzpm.com
|
|
if exist gencpm.com del gencpm.com
|
|
if exist *.dat del *.dat
|
|
if exist biosldr?.rel del biosldr?.rel
|
|
if exist *.bin del *.bin
|
|
if exist *.lst del *.lst
|
|
|