mirror of
https://github.com/RevCurtisP/C02.git
synced 2025-02-17 21:30:34 +00:00
4 lines
55 B
Batchfile
4 lines
55 B
Batchfile
|
@ECHO Compiling File %1.c02
|
||
|
..\c02.exe %1 >%1.dbg
|
||
|
|