parent
04193bed80
commit
b9108a77c5
@ -1,3 +1,3 @@
|
|||||||
cd %~dp0
|
cd %~dp0
|
||||||
taskkill /F /FI "USERNAME eq %username%" /IM pyOpenRPA_Agent.exe
|
taskkill /F /FI "USERNAME eq %username%" /IM orpa-agent.exe
|
||||||
pause >nul
|
pause >nul
|
@ -1,5 +1,5 @@
|
|||||||
cd %~dp0
|
cd %~dp0
|
||||||
taskkill /im "pyOpenRPA_Agent.exe" /F /fi "username eq %username%"
|
taskkill /im "orpa-agent.exe" /F /fi "username eq %username%"
|
||||||
copy /Y ..\Resources\WPy64-3720\python-3.7.2.amd64\pythonw.exe ..\Resources\WPy64-3720\python-3.7.2.amd64\pyOpenRPA_Agent.exe
|
copy /Y ..\Resources\WPy64-3720\python-3.7.2.amd64\pythonw.exe ..\Resources\WPy64-3720\python-3.7.2.amd64\orpa-agent.exe
|
||||||
.\..\Resources\WPy64-3720\python-3.7.2.amd64\pyOpenRPA_Agent.exe "AgentSettings.py"
|
.\..\Resources\WPy64-3720\python-3.7.2.amd64\orpa-agent.exe "config.py"
|
||||||
pause >nul
|
pause >nul
|
@ -1,5 +1,5 @@
|
|||||||
cd %~dp0
|
cd %~dp0
|
||||||
taskkill /im "pyOpenRPA_Agent.exe" /F /fi "username eq %username%"
|
taskkill /im "orpa-agent.exe" /F /fi "username eq %username%"
|
||||||
copy /Y ..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe ..\Resources\WPy64-3720\python-3.7.2.amd64\pyOpenRPA_Agent.exe
|
copy /Y ..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe ..\Resources\WPy64-3720\python-3.7.2.amd64\orpa-agent.exe
|
||||||
.\..\Resources\WPy64-3720\python-3.7.2.amd64\pyOpenRPA_Agent.exe "AgentSettings.py"
|
.\..\Resources\WPy64-3720\python-3.7.2.amd64\orpa-agent.exe "config.py"
|
||||||
pause >nul
|
pause >nul
|
@ -1,2 +1,2 @@
|
|||||||
export PYTHONPATH="../Sources"
|
export PYTHONPATH="../Sources"
|
||||||
./../Resources/LPy64-3105/bin/python3.10 "AgentSettings.py"
|
./../Resources/LPy64-3105/bin/python3.10 "config.py"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
cd %~dp0
|
cd %~dp0
|
||||||
taskkill /im "pyOpenRPA_Orchestrator.exe" /F /fi "username eq %username%"
|
taskkill /im "orpa-orc.exe" /F /fi "username eq %username%"
|
||||||
copy /Y ..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe ..\Resources\WPy64-3720\python-3.7.2.amd64\pyOpenRPA_Orchestrator.exe
|
copy /Y ..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe ..\Resources\WPy64-3720\python-3.7.2.amd64\orpa-orc.exe
|
||||||
.\..\Resources\WPy64-3720\python-3.7.2.amd64\pyOpenRPA_Orchestrator.exe "OrchestratorSettings.py"
|
.\..\Resources\WPy64-3720\python-3.7.2.amd64\orpa-orc.exe "config.py"
|
||||||
pause>nul
|
pause>nul
|
@ -1,2 +1,2 @@
|
|||||||
export PYTHONPATH="../Sources"
|
export PYTHONPATH="../Sources"
|
||||||
./../Resources/LPy64-3105/bin/python3.10 "OrchestratorSettings.py"
|
./../Resources/LPy64-3105/bin/python3.10 "config.py"
|
||||||
|
Loading…
Reference in new issue