diff --git a/setup/autobuild/rrg/pm3-flash-all.bat b/setup/autobuild/rrg/pm3-flash-all.bat index 2da79383f..df3360c73 100644 --- a/setup/autobuild/rrg/pm3-flash-all.bat +++ b/setup/autobuild/rrg/pm3-flash-all.bat @@ -1,5 +1,5 @@ @echo off -cd client +cd %~dp0client call setup.bat ::If you want to force the COM port add it to the line, example: ::bash pm3-flash-all COM3 diff --git a/setup/autobuild/rrg/pm3-flash-bootrom.bat b/setup/autobuild/rrg/pm3-flash-bootrom.bat index b1b5f5d53..2339f53c7 100644 --- a/setup/autobuild/rrg/pm3-flash-bootrom.bat +++ b/setup/autobuild/rrg/pm3-flash-bootrom.bat @@ -1,5 +1,5 @@ @echo off -cd client +cd %~dp0client call setup.bat ::If you want to force the COM port add it to the line, example: ::bash pm3-flash-bootrom COM3 diff --git a/setup/autobuild/rrg/pm3-flash-fullimage.bat b/setup/autobuild/rrg/pm3-flash-fullimage.bat index 890c6b7d6..124cab61b 100644 --- a/setup/autobuild/rrg/pm3-flash-fullimage.bat +++ b/setup/autobuild/rrg/pm3-flash-fullimage.bat @@ -1,5 +1,5 @@ @echo off -cd client +cd %~dp0client call setup.bat ::If you want to force the COM port add it to the line, example: ::bash pm3-flash-fullimage COM3 diff --git a/setup/autobuild/rrg/pm3.bat b/setup/autobuild/rrg/pm3.bat index baad5ce42..a35eb6661 100644 --- a/setup/autobuild/rrg/pm3.bat +++ b/setup/autobuild/rrg/pm3.bat @@ -1,5 +1,5 @@ @echo off -cd client +cd %~dp0client call setup.bat ::If you want to force the COM port use the -p parameter, example: ::bash pm3 -p COM3