mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
5 lines
113 B
Batchfile
5 lines
113 B
Batchfile
@echo off
|
|
if exist *.prn del *.prn
|
|
if exist *.err del *.err
|
|
if exist *.rel del *.rel
|
|
if exist *.bak del *.bak |