solved issue #33 (brother drivers)

This commit is contained in:
Michael H.G. Schmidt 2022-05-31 23:29:43 +02:00
parent 7949bda474
commit 75a9f2d98b
6 changed files with 51 additions and 4 deletions

View File

@ -0,0 +1,16 @@
@echo off
set EXE=..\software\PL2303-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo installing drivers for PL2303 ...
start %EXE%
echo ####### %0 #######
pause

View File

@ -0,0 +1,31 @@
@echo off
set T=c:\TEMP
set TOOLS=c:\tools
set ZIP=..\software\brother-dcpl6600dw-drivers.EXE
set UNPACKDIR="Archer T5E(UN)_V1_191116_Bluetooth"
if NOT EXIST %ZIP% (
echo ERROR: %ZIP% not found!
exit /b
)
echo ####### %0 #######
echo unpacking Brother DCP L6600 DW printer drivers ...
%TOOLS%\7z x -y -aoa -o"%T%" %ZIP%
echo renaming ...
move /Y %T%\gdi %T%\brother
echo.
echo +++++++++++++++++++++++++++++++++++++++++++++++++++++
echo +++ Drivers unpacked ...
echo +++ now SETUP your printer using Windows
echo +++ and please find your drivers in %T%\brother
echo +++++++++++++++++++++++++++++++++++++++++++++++++++++
echo.
echo ####### %0 #######
pause

View File

@ -1,6 +1,6 @@
@echo off
set EXE=..\software\wfc5210-setup.exe
set EXE=..\software\epson-wfc5210-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!

View File

@ -29,7 +29,7 @@ https://download.oracle.com/java/17/latest/jdk-17_windows-x64_bin.exe java-setup
https://www.ausweisapp.bund.de/fileadmin/user_upload/Software/AusweisApp2-1.22.5.msi ausweisapp2-setup.msi
https://updates.tdesktop.com/tx64/tsetup-x64.3.7.3.exe telegram-setup.exe
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://download01.logi.com/web/ftp/pub/techsupport/options/options_installer.exe logitech-options-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

1 https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar bfg.jar
29 https://www.ausweisapp.bund.de/fileadmin/user_upload/Software/AusweisApp2-1.22.5.msi ausweisapp2-setup.msi
30 https://updates.tdesktop.com/tx64/tsetup-x64.3.7.3.exe telegram-setup.exe
31 https://www.sharemouse.com/ShareMouseSetup.exe sharemouse-setup.exe
32 https://download01.logi.com/web/ftp/pub/techsupport/options/options_installer.exe logitechoptions-setup.exe https://download01.logi.com/web/ftp/pub/techsupport/options/options_installer.exe logitech-options-setup.exe
33 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
34 https://download3.pdf24.org/pdf24-creator-11.1.0.msi pdf24-setup.msi
35 https://static.tp-link.com/2019/201911/20191115/Archer-T5E(UN)_V1_191116_Bluetooth.zip archerT5E-bluetooth.zip

View File

@ -2,9 +2,9 @@ dummy setacl.zip
dummy citrixworkspace-setup.exe
dummy xojo-setup.exe
dummy PL2303-setup.exe
dummy WFC5210-setup.exe
dummy epson-WFC5210-setup.exe
dummy cyberjack-setup.exe
dummy MACDRIVER.zip
dummy dcp-l6600dw-drivers.EXE
dummy brother-dcpl6600dw-drivers.EXE
dummy Win10_20H2_English_x64.iso

1 dummy setacl.zip
2 dummy citrixworkspace-setup.exe
3 dummy xojo-setup.exe
4 dummy PL2303-setup.exe
5 dummy WFC5210-setup.exe dummy epson-WFC5210-setup.exe
6 dummy cyberjack-setup.exe
7 dummy MACDRIVER.zip
8 dummy dcp-l6600dw-drivers.EXE dummy brother-dcpl6600dw-drivers.EXE
9 dummy Win10_20H2_English_x64.iso
10