startup scripts
This commit is contained in:
parent
369bb537d4
commit
5a51f49bef
3
startup.bat
Normal file
3
startup.bat
Normal file
@ -0,0 +1,3 @@
|
||||
cd C:\Development\hcatitles
|
||||
call venv\scripts\activate.bat
|
||||
python hcatitles.py
|
||||
3
startup.vbs
Normal file
3
startup.vbs
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user