первый коммит: инструмент, документ, правила, шаблоны
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
rem Start RECADA: move fresh recada.py from Downloads + launch UI
|
||||
setlocal
|
||||
set ROOT=C:\CAD COWORK
|
||||
set DL=%USERPROFILE%\Downloads\recada.py
|
||||
|
||||
if exist "%DL%" (
|
||||
move /Y "%DL%" "%ROOT%\tool\recada.py"
|
||||
echo recada.py updated from Downloads
|
||||
)
|
||||
|
||||
cd /d "%ROOT%\tool"
|
||||
".venv\Scripts\python.exe" -m streamlit run recada.py --server.maxUploadSize 2000
|
||||
Reference in New Issue
Block a user