mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:33:12 -06:00
8 lines
127 B
Batchfile
8 lines
127 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.prn del *.prn
|
|
if exist *.lst del *.lst
|
|
if exist *.err del *.err
|
|
if exist *.rel del *.rel
|