From 5a51f49befd317144f13f3ed2cab4e41d5e8c968 Mon Sep 17 00:00:00 2001 From: "Fredrick W. Warren" Date: Fri, 2 Jan 2026 08:21:44 -0800 Subject: [PATCH] startup scripts --- startup.bat | 3 +++ startup.vbs | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 startup.bat create mode 100644 startup.vbs diff --git a/startup.bat b/startup.bat new file mode 100644 index 0000000..5954cbf --- /dev/null +++ b/startup.bat @@ -0,0 +1,3 @@ +cd C:\Development\hcatitles +call venv\scripts\activate.bat +python hcatitles.py \ No newline at end of file diff --git a/startup.vbs b/startup.vbs new file mode 100644 index 0000000..6ec3c7a --- /dev/null +++ b/startup.vbs @@ -0,0 +1,3 @@ +Set objShell = CreateObject("WScript.Shell") +objShell.Run Chr(34) & "C:\Development\hcatitles\startup.bat" & Chr(34), 0 +Set objShell = Nothing \ No newline at end of file