parent
fa8c5b0f2d
commit
a5b4f2664e
@ -0,0 +1,5 @@
|
||||
%windir%\System32\tscon.exe RDP-Tcp#NNN /dest:console
|
||||
|
||||
for /f "skip=1 tokens=3" %%s in ('query user %USERNAME%') do (
|
||||
%windir%\System32\tscon.exe %%s /dest:console
|
||||
)
|
@ -0,0 +1,4 @@
|
||||
cd %~dp0
|
||||
copy /Y ..\Resources\WPy64-3720\python-3.7.2.amd64\python.exe ..\Resources\WPy64-3720\python-3.7.2.amd64\OpenRPAOrchestrator.exe
|
||||
.\..\Resources\WPy64-3720\python-3.7.2.amd64\OpenRPAOrchestrator.exe orchestratorMain.py
|
||||
pause >nul
|
Loading…
Reference in new issue