diff --git a/optional/unpack-archerT5E-bluetooth.cmd b/optional/unpack-archerT5E-bluetooth.cmd new file mode 100644 index 0000000..19f5b79 --- /dev/null +++ b/optional/unpack-archerT5E-bluetooth.cmd @@ -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 + diff --git a/optional/unpack-archerT5E-wifi.cmd b/optional/unpack-archerT5E-wifi.cmd new file mode 100644 index 0000000..597d63d --- /dev/null +++ b/optional/unpack-archerT5E-wifi.cmd @@ -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 + diff --git a/software/optional.csv b/software/optional.csv index ba10f83..e47f256 100644 --- a/software/optional.csv +++ b/software/optional.csv @@ -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