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.
12 lines
289 B
12 lines
289 B
@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
|
|
|
|
pushd Test && call Clean || exit /b 1 & popd
|
|
|