Arduino_STM32/tools/win/stlink/ST-LINK_USB_V2_Driver/stlink_winusb_install.bat

9 lines
180 B
Batchfile

@echo off
if "%PROCESSOR_ARCHITEW6432%" == "AMD64" goto X64
if "%PROCESSOR_ARCHITECTURE%" == "AMD64" goto X64
start "" dpinst_x86.exe
goto END
:X64
start "" dpinst_amd64.exe
:END