mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-17 15:06:29 +00:00
5 lines
147 B
Batchfile
5 lines
147 B
Batchfile
REM Create Bootable Disk with Binary File
|
|
copy /Y boot.dsk %1.dsk
|
|
echo BRUN %1 |a2tools in t %1.dsk command
|
|
a2tools in b.0C00 %1.dsk %1 %1.bin
|