mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Adding MSX Combo Disk as provided by @b3rendsh. Co-Authored-By: H.J.Berends <112617808+b3rendsh@users.noreply.github.com>
12 lines
238 B
Batchfile
12 lines
238 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
if exist *.bin del *.bin
|
|
if exist *.lst del *.lst
|
|
if exist *.prn del *.prn
|
|
if exist *.hex del *.hex
|
|
if exist *.rel del *.rel
|
|
if exist *.sym del *.sym
|
|
if exist *.com del *.com
|
|
|
|
if exist msximg rd /s /q msximg |