mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
- ZMP was crashing in most scenarios. This was corrected. - Minor adjustments to ZMP usage - Added ZMP documentation
17 lines
426 B
Batchfile
17 lines
426 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.com del *.com
|
|
if exist *.ovr del *.ovr
|
|
if exist *.doc del *.doc
|
|
if exist *.hlp del *.hlp
|
|
if exist Tunes\*.pt? del Tunes\*.pt?
|
|
if exist Tunes\*.mym del Tunes\*.mym
|
|
if exist Tunes\*.vgm del Tunes\*.vgm
|
|
if exist bbcbasic.txt del bbcbasic.txt
|
|
if exist *.cfg del *.cfg
|
|
if exist *.fon del *.fon
|
|
|
|
pushd Test && call Clean || exit /b 1 & popd
|
|
pushd ZDE && call Clean || exit /b 1 & popd
|