mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
11 lines
205 B
Batchfile
11 lines
205 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
|