9 lines
195 B
Batchfile
9 lines
195 B
Batchfile
@echo off
|
|
cd /d %~dp0
|
|
echo Starting OPC UA Robot Control Dashboard...
|
|
echo.
|
|
|
|
REM Use conda run instead of activate (more reliable)
|
|
conda run -n opcua_com streamlit run app.py --server.port 8505
|
|
|