w10install/drivers/install-usb2serial-PL2303.cmd
Michael H.G. Schmidt faa15745d2 bugfix
2022-06-01 08:12:04 +02:00

17 lines
254 B
Batchfile

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