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.
14 lines
379 B
14 lines
379 B
@echo off
|
|
setlocal
|
|
|
|
if exist *.tmp del *.tmp
|
|
if exist *.prn del *.prn
|
|
if exist *.err del *.err
|
|
if exist *.img del *.img
|
|
if exist bp*.rel del bp*.rel
|
|
if exist zcpr33*.rel del zcpr33*.rel
|
|
if exist *.bak del *.bak
|
|
|
|
setlocal & cd ZCPR33 && call Clean.cmd & endlocal
|
|
setlocal & cd Z34RCP11 && call Clean.cmd & endlocal
|
|
setlocal & cd NZFCP13 && call Clean.cmd & endlocal
|
|
|