solved issue #38, Archer T5E bluetooth driver
This commit is contained in:
parent
d27868e4a6
commit
52300be081
27
optional/unpack-archerT5E-bluetooth.cmd
Normal file
27
optional/unpack-archerT5E-bluetooth.cmd
Normal file
@ -0,0 +1,27 @@
|
||||
@echo off
|
||||
|
||||
set T=c:\TEMP
|
||||
set TOOLS=c:\tools
|
||||
set ZIP=..\software\archerT5E-bluetooth.zip
|
||||
set UNPACKDIR="Archer T5E(UN)_V1_191116_Bluetooth"
|
||||
|
||||
if NOT EXIST %ZIP% (
|
||||
echo ERROR: %ZIP% not found!
|
||||
exit /b
|
||||
)
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
echo unpacking Archer T5E bluetooth drivers ...
|
||||
%TOOLS%\7z x -y -aoa -o"%T%" %ZIP%
|
||||
|
||||
echo executing setup ...
|
||||
start /w %T%\%UNPACKDIR%\win10\setup.exe
|
||||
|
||||
echo cleanup ...
|
||||
rd /S /Q %T%\%UNPACKDIR%
|
||||
echo.
|
||||
|
||||
echo ####### %0 #######
|
||||
pause
|
||||
|
27
optional/unpack-archerT5E-wifi.cmd
Normal file
27
optional/unpack-archerT5E-wifi.cmd
Normal file
@ -0,0 +1,27 @@
|
||||
@echo off
|
||||
|
||||
set T=c:\TEMP
|
||||
set TOOLS=c:\tools
|
||||
set ZIP=..\software\archerT5E-wifi.zip
|
||||
set UNPACKDIR="Archer T5E(UN)_V1_191116_Wi-Fi"
|
||||
|
||||
if NOT EXIST %ZIP% (
|
||||
echo ERROR: %ZIP% not found!
|
||||
exit /b
|
||||
)
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
echo unpacking Archer T5E wifi drivers ...
|
||||
%TOOLS%\7z x -y -aoa -o"%T%" %ZIP%
|
||||
|
||||
echo executing setup ...
|
||||
start /w %T%\%UNPACKDIR%\win7_8_1_10_64bit\setup.exe
|
||||
|
||||
echo cleanup ...
|
||||
rd /S /Q %T%\%UNPACKDIR%
|
||||
echo.
|
||||
|
||||
echo ####### %0 #######
|
||||
pause
|
||||
|
@ -32,4 +32,6 @@ https://www.sharemouse.com/ShareMouseSetup.exe sharemouse-setup.exe
|
||||
https://download01.logi.com/web/ftp/pub/techsupport/options/options_installer.exe logitechoptions-setup.exe
|
||||
https://sourceforge.net/projects/keepass/files/KeePass%202.x/2.51.1/KeePass-2.51.1-Setup.exe/download?use_mirror=netcologne# keepass2-setup.exe
|
||||
https://download3.pdf24.org/pdf24-creator-11.1.0.msi pdf24-setup.msi
|
||||
https://static.tp-link.com/2019/201911/20191115/Archer-T5E(UN)_V1_191116_Bluetooth.zip archerT5E-bluetooth.zip
|
||||
https://static.tp-link.com/2019/201911/20191115/Archer-T5E(UN)_V1_191116_Wi-Fi.zip archerT5E-wifi.zip
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user