removed the old .bat
This commit is contained in:
14
start_nessa.bat
Normal file
14
start_nessa.bat
Normal file
@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
echo Starting Nessa the TODO Bot...
|
||||
|
||||
REM Change the directory to where your project is located
|
||||
cd E:\Development\AI Development\Nessa
|
||||
|
||||
REM Activate the virtual environment
|
||||
call .venv\Scripts\activate
|
||||
|
||||
REM Run the Python script
|
||||
python main.py
|
||||
|
||||
echo Dolly stopped. Press any key to exit.
|
||||
pause >nul
|
Reference in New Issue
Block a user