bugfix
This commit is contained in:
parent
f9a5c25f7b
commit
faa15745d2
@ -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 #######
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user