Merge "Windows: guess path on D:, too"

This commit is contained in:
Jenkins 2017-06-16 12:14:10 +00:00 committed by Gerrit Code Review
commit 52e922414a
2 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,12 @@ CALL "%~dp0\CONFIG.BAT"
IF EXIST "%VBM%" GOTO vbm_found
REM Before searching, try a likely alternative
SET VBM=d:\Program Files\Oracle\VirtualBox\VBoxManage.exe
IF EXIST "%VBM%" GOTO vbm_found
ECHO.
ECHO %time% Searching %SystemDrive% for VBoxManage, this may take a while
ECHO.

View File

@ -3,6 +3,12 @@ CALL "%~dp0\CONFIG.BAT"
IF EXIST "%VBM%" GOTO vbm_found
REM Before searching, try a likely alternative
SET VBM=d:\Program Files\Oracle\VirtualBox\VBoxManage.exe
IF EXIST "%VBM%" GOTO vbm_found
ECHO.
ECHO %time% Searching %SystemDrive% for VBoxManage, this may take a while
ECHO.