MyRecipe / run_Windows.bat
Wendyy's picture
add database
2ec4af0
raw
history blame contribute delete
139 Bytes
@echo off
echo Opening MyRecipeChatbot...
REM Open powershell via bat
start powershell.exe -NoExit -Command "python ./MyRecipeChatbot.py"