From 5add3692908aee72e482f1303a84540c6be66809 Mon Sep 17 00:00:00 2001 From: Owen Feldman Date: Fri, 3 Apr 2026 14:56:21 -0400 Subject: [PATCH] Install Service Feature --- install_servive.bat | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 install_servive.bat diff --git a/install_servive.bat b/install_servive.bat new file mode 100644 index 0000000..fe6e392 --- /dev/null +++ b/install_servive.bat @@ -0,0 +1,10 @@ +@echo off +net session >nul 2>&1 +if %errorlevel% neq 0 ( + powershell -Command "Start-Process '%~f0' -Verb RunAs" + exit +) + +schtasks /create /tn "FoxPro 2.6 Connectivity Kit ODBC Setup Disk Game Launcher Because It Fell Under My Desk" /tr "pythonw.exe \"%~dp0main.py\"" /sc onlogon /rl highest /f +echo If there's no errors above, the install probably worked +pause \ No newline at end of file