startup scripts

This commit is contained in:
Fredrick W. Warren 2026-01-02 08:21:44 -08:00
parent 369bb537d4
commit 5a51f49bef
2 changed files with 6 additions and 0 deletions

3
startup.bat Normal file
View File

@ -0,0 +1,3 @@
cd C:\Development\hcatitles
call venv\scripts\activate.bat
python hcatitles.py

3
startup.vbs Normal file
View File

@ -0,0 +1,3 @@
Set objShell = CreateObject("WScript.Shell")
objShell.Run Chr(34) & "C:\Development\hcatitles\startup.bat" & Chr(34), 0
Set objShell = Nothing