mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
8 lines
197 B
Batchfile
8 lines
197 B
Batchfile
@echo off
|
|
if exist *.bin del *.bin
|
|
if exist *.com del *.com
|
|
if exist *.img del *.img
|
|
if exist *.rom del *.rom
|
|
if exist *.pdf del *.pdf
|
|
if exist *.log del *.log
|
|
if exist *.eeprom del *.eeprom |