w10install/drivers/install-usb2serial-PL2303.cmd

17 lines
254 B
Batchfile
Raw Permalink Normal View History

2021-03-13 00:30:15 +01:00
@echo off
2022-06-01 08:04:05 +02:00
set EXE=..\software\usb2serial-PL2303-setup.exe
2021-03-13 00:30:15 +01:00
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
2022-06-01 08:12:04 +02:00
echo installing Prolific 2303 USB2serial ...
2021-03-13 00:30:15 +01:00
start %EXE%
echo ####### %0 #######
pause