solved issue #33 (brother drivers)
This commit is contained in:
parent
7949bda474
commit
75a9f2d98b
16
drivers/install-PL2303.cmd
Normal file
16
drivers/install-PL2303.cmd
Normal 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
|
31
drivers/install-brother-dcpl6600dw.cmd
Normal file
31
drivers/install-brother-dcpl6600dw.cmd
Normal 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
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set EXE=..\software\wfc5210-setup.exe
|
set EXE=..\software\epson-wfc5210-setup.exe
|
||||||
|
|
||||||
if NOT EXIST %EXE% (
|
if NOT EXIST %EXE% (
|
||||||
echo ERROR: %EXE% not found!
|
echo ERROR: %EXE% not found!
|
@ -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://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://updates.tdesktop.com/tx64/tsetup-x64.3.7.3.exe telegram-setup.exe
|
||||||
https://www.sharemouse.com/ShareMouseSetup.exe sharemouse-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://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://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_Bluetooth.zip archerT5E-bluetooth.zip
|
||||||
|
|
@ -2,9 +2,9 @@ dummy setacl.zip
|
|||||||
dummy citrixworkspace-setup.exe
|
dummy citrixworkspace-setup.exe
|
||||||
dummy xojo-setup.exe
|
dummy xojo-setup.exe
|
||||||
dummy PL2303-setup.exe
|
dummy PL2303-setup.exe
|
||||||
dummy WFC5210-setup.exe
|
dummy epson-WFC5210-setup.exe
|
||||||
dummy cyberjack-setup.exe
|
dummy cyberjack-setup.exe
|
||||||
dummy MACDRIVER.zip
|
dummy MACDRIVER.zip
|
||||||
dummy dcp-l6600dw-drivers.EXE
|
dummy brother-dcpl6600dw-drivers.EXE
|
||||||
dummy Win10_20H2_English_x64.iso
|
dummy Win10_20H2_English_x64.iso
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user