Files
Pegasys-RomWBW/Source/Apps/Clean.cmd
Wayne Warthen 7db00165dd App updates
- All XM variants integrated into a single XM.COM app that auto-detects
primary serial port.
- Include all relevant FD variants for each platform.
2017-08-10 22:16:03 -07:00

9 lines
162 B
Batchfile

@echo off
setlocal
if exist *.bin del *.bin
if exist *.com del *.com
if exist *.lst del *.lst
setlocal & cd XM125 && call Clean || exit /b 1 & endlocal