forked from MirrorRepos/RomWBW
7 lines
101 B
Batchfile
7 lines
101 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.com del *.com
|
|
if exist *.lst del *.lst
|
|
if exist *.bin del *.bin
|