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