mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2024-11-21 13:00:24 -08:00
7 lines
165 B
Batchfile
7 lines
165 B
Batchfile
@echo off
|
|
cd "%~dp0client"
|
|
call setup.bat
|
|
::If you want to force the COM port add it to the line, example:
|
|
::bash pm3-flash-bootrom COM3
|
|
bash pm3-flash-bootrom
|
|
pause |