6 lines
108 B
Batchfile
6 lines
108 B
Batchfile
@REM call conda activate niuniu
|
|
cd ../src\gui
|
|
start /b ../../venv/scripts/python.exe reasoning_gui.py
|
|
exit
|
|
|