mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 13:23:27 -07:00
Forward arguments from batch scripts to bash scripts
This commit is contained in:
parent
6d004fe5dc
commit
2ce9d2a31d
4 changed files with 4 additions and 4 deletions
|
@ -3,5 +3,5 @@ cd "%~dp0client"
|
||||||
call setup.bat
|
call setup.bat
|
||||||
::If you want to force the COM port add it to the line, example:
|
::If you want to force the COM port add it to the line, example:
|
||||||
::bash pm3-flash-all COM3
|
::bash pm3-flash-all COM3
|
||||||
bash pm3-flash-all
|
bash pm3-flash-all %*
|
||||||
pause
|
pause
|
|
@ -3,5 +3,5 @@ cd "%~dp0client"
|
||||||
call setup.bat
|
call setup.bat
|
||||||
::If you want to force the COM port add it to the line, example:
|
::If you want to force the COM port add it to the line, example:
|
||||||
::bash pm3-flash-bootrom COM3
|
::bash pm3-flash-bootrom COM3
|
||||||
bash pm3-flash-bootrom
|
bash pm3-flash-bootrom %*
|
||||||
pause
|
pause
|
|
@ -3,5 +3,5 @@ cd "%~dp0client"
|
||||||
call setup.bat
|
call setup.bat
|
||||||
::If you want to force the COM port add it to the line, example:
|
::If you want to force the COM port add it to the line, example:
|
||||||
::bash pm3-flash-fullimage COM3
|
::bash pm3-flash-fullimage COM3
|
||||||
bash pm3-flash-fullimage
|
bash pm3-flash-fullimage %*
|
||||||
pause
|
pause
|
|
@ -3,5 +3,5 @@ cd "%~dp0client"
|
||||||
call setup.bat
|
call setup.bat
|
||||||
::If you want to force the COM port use the -p parameter, example:
|
::If you want to force the COM port use the -p parameter, example:
|
||||||
::bash pm3 -p COM3
|
::bash pm3 -p COM3
|
||||||
bash pm3
|
bash pm3 %*
|
||||||
pause
|
pause
|
Loading…
Add table
Add a link
Reference in a new issue