stm32_ota/ST_LINKV2资料/ST-LINK驱动/stlink_winusb_install.bat

8 lines
107 B
Batchfile
Raw Normal View History

2024-12-17 20:03:43 +08:00
@echo off
if "%PROCESSOR_ARCHITECTURE%"=="x86" goto X86
dpinst_amd64.exe
goto END
:X86
dpinst_x86.exe
:END