4 lines
64 B
Batchfile
4 lines
64 B
Batchfile
|
@echo off
|
||
|
start /MIN openocd.exe
|
||
|
start telnet 127.0.0.1 4444
|