8 lines
107 B
Batchfile
8 lines
107 B
Batchfile
@echo off
|
|
rem Export to hardware...
|
|
|
|
if not exist program.uf2 goto end
|
|
copy /b program.uf2 r:
|
|
|
|
:end
|