and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

...
 
Commits (2)
......@@ -24,9 +24,9 @@ CLS
) else (
echo [Deemix Installer] Failed: Please start the install_windows.bat with 'Run as Administrator'
echo %DATE% %TIME% - Checking permissions - No Admin rights >> "%~dp0log.txt"
TITLE Please run as admin
pause
exit /b
echo Admin Elevation required. Restarting this script as Admin:
powershell -Command "& { Start-Process '%0' -ArgumentList '%cd%' -Verb runAs }"
goto:eof
)
:: Check for Python Installation
......