Add run.bat (background with pythonw), stop.bat, run.vbs

This commit is contained in:
Lizandro Guarnizo
2026-06-17 18:26:42 -05:00
parent 25ca4a504c
commit 6a064c2ed5
3 changed files with 24 additions and 36 deletions
+2
View File
@@ -0,0 +1,2 @@
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "powershell -ExecutionPolicy Bypass -NoProfile -Command ""Start-Process python -ArgumentList 'main.py' -WindowStyle Hidden""", 0, False