hotfix to make the new folder selection actually work...

pull/20/head
Matthew Clark 1 year ago committed by GitHub
parent 6fdf3d84c6
commit 3fe58083b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -238,7 +238,7 @@ title Medicat Installer [CHOOSEINSTALL]
mode con:cols=100 lines=15
echo.We now need to find out what drive you will be installing to.
REM - FOLDER PROMPT STARTS
folderbrowse.exe "Please select the drive you want to install medicat on"
for /f "delims=" %%A in ('folderbrowse.exe "Please select the drive you want to install medicat on"') do set "folder=%%A"
REM - AND ENDS
set drivepath=%folder:~0,1%
IF "%drivepath%" == "~0,1" GOTO install2

Loading…
Cancel
Save