This commit is contained in:
Michael H.G. Schmidt 2022-06-01 08:12:04 +02:00
parent f9a5c25f7b
commit faa15745d2
3 changed files with 3 additions and 18 deletions

View File

@ -9,7 +9,7 @@ if NOT EXIST %EXE% (
echo ####### %0 #######
echo installing drivers for usb2serial device PL2303 ...
echo installing Prolific 2303 USB2serial ...
start %EXE%
echo ####### %0 #######

View File

@ -22,8 +22,9 @@ cd %OPT%
echo tweaking PDF24 ...
reg import %CONFIG%
echo removing Desktop icon ...
echo removing Desktop icons ...
del /F "%PUBLIC%\Desktop\PDF24.lnk" 2>nul
del /F "%USERPROFILE%\Desktop\Online PDF Tools.url" 2>nul
echo refreshing desktop (W10 style) ...
ie4uinit.exe -show

View File

@ -1,16 +0,0 @@
@echo off
set EXE=..\software\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