w10install/drivers/install-PL2303.cmd
2022-05-31 23:29:43 +02:00

17 lines
237 B
Batchfile

@echo off
set EXE=..\software\PL2303-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo installing drivers for PL2303 ...
start %EXE%
echo ####### %0 #######
pause