removed the old .bat

This commit is contained in:
Dan
2024-05-05 16:43:06 -04:00
parent ce1d4626a8
commit 74af502512
3 changed files with 3 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@ -5,7 +5,7 @@
"version": "0.2.0",
"configurations": [
{
"name": "Dolly",
"name": "Nessa",
"type": "python",
"request": "launch",
"program": "main.py",

BIN
Dolly.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 KiB

View File

@ -1,8 +1,8 @@
@echo off
echo Starting Dolly the TODO Bot...
echo Starting Nessa the TODO Bot...
REM Change the directory to where your project is located
cd E:\Development\AI Development\Dolly
cd E:\Development\AI Development\Nessa
REM Activate the virtual environment
call .venv\Scripts\activate