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