#Utils/Python goes to Sources pyOpenRPA (not from site-package) #Minor fix in HTML Studiodev-linux
parent
927bda7564
commit
b5ef9e3a13
Binary file not shown.
@ -0,0 +1,4 @@
|
||||
cd %~dp0..\..\..\Sources
|
||||
copy /Y ..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe ..\Resources\WPy64-3720\python-3.7.2.amd64\OpenRPA_RobotRDPActive.exe
|
||||
.\..\Resources\WPy64-3720\python-3.7.2.amd64\OpenRPA_RobotRDPActive.exe -m pyOpenRPA.Tools.RobotRDPActive
|
||||
pause >nul
|
@ -1,3 +1,3 @@
|
||||
cd %~dp0
|
||||
cd %~dp0..\Sources
|
||||
.\..\Resources\WPy32-3720\python-3.7.2\python.exe
|
||||
pause >nul
|
@ -1,3 +1,3 @@
|
||||
cd %~dp0
|
||||
cd %~dp0..\Sources
|
||||
..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe
|
||||
pause >nul
|
Loading…
Reference in new issue