We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a729ffc + e023076 commit 8aec23eCopy full SHA for 8aec23e
installation_and_upgrade/instrument_install_latest_build_only.bat
@@ -89,11 +89,11 @@ if "%DETECT_OLD_GALIL%" == "YES" (
89
)
90
if "%DETECT_OLD_GALIL%" == "YES" (
91
@echo Detected old Galil driver - %GALIL_OLD_FILE% in %GALIL_DIR%
92
- robocopy "%GALIL_DIR%" "%TEMP%" "%GALIL_OLD_FILE%" /R:2 /IS /NFL /NDL /NP /NC /NS /LOG:NUL
+ type nul > "%TEMP%\%GALIL_OLD_FILE%"
93
94
if "%DETECT_NEW_GALIL%" == "YES" (
95
@echo Detected new Galil driver - %GALIL_OLD_FILE% in %GALIL_OLD_DIR%
96
- copy /y "%GALIL_OLD_DIR%\%GALIL_OLD_FILE%" "%TEMP%\%GALIL_NEW_FILE%"
+ type nul > "%TEMP%\%GALIL_NEW_FILE%"
97
98
99
if "%1" == "RELEASE" (
0 commit comments