Files
Nessa/start_dolly.bat

6 lines
116 B
Batchfile

@echo off
echo Starting Dolly the TODO Bot...
python main.py
echo Dolly stopped. Press any key to exit.
pause > nul