From 85a01c2b7d85159aac4b3e0797df244ff4f0753d Mon Sep 17 00:00:00 2001 From: henk717 Date: Wed, 8 Sep 2021 13:45:10 +0200 Subject: [PATCH] Fix install_requirements.bat Now properly supports running as admin on partitions that are not the system partition. --- install_requirements.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/install_requirements.bat b/install_requirements.bat index f368446b..756bba76 100644 --- a/install_requirements.bat +++ b/install_requirements.bat @@ -12,6 +12,7 @@ echo. SET /P B=Type the number of the desired option and then press ENTER: Reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v "LongPathsEnabled" /t REG_DWORD /d "1" /f 2>nul +%~d0 cd %~dp0 if exist miniconda3\ (