diff --git a/drivers/install-PL2303.cmd b/drivers/install-PL2303.cmd new file mode 100644 index 0000000..3431342 --- /dev/null +++ b/drivers/install-PL2303.cmd @@ -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 diff --git a/drivers/install-brother-dcpl6600dw.cmd b/drivers/install-brother-dcpl6600dw.cmd new file mode 100644 index 0000000..93c92a9 --- /dev/null +++ b/drivers/install-brother-dcpl6600dw.cmd @@ -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 + diff --git a/drivers/install-wfc5210.cmd b/drivers/install-epson-wfc5210.cmd similarity index 75% rename from drivers/install-wfc5210.cmd rename to drivers/install-epson-wfc5210.cmd index 9a17bb7..8416d33 100644 --- a/drivers/install-wfc5210.cmd +++ b/drivers/install-epson-wfc5210.cmd @@ -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! diff --git a/drivers/install-logitechoptions.cmd b/drivers/install-logitech-options.cmd similarity index 100% rename from drivers/install-logitechoptions.cmd rename to drivers/install-logitech-options.cmd diff --git a/software/optional.csv b/software/optional.csv index e47f256..a33b1dd 100644 --- a/software/optional.csv +++ b/software/optional.csv @@ -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 diff --git a/software/other.csv b/software/other.csv index e86f9ea..13f9879 100644 --- a/software/other.csv +++ b/software/other.csv @@ -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