added epson printer

This commit is contained in:
Michael H.G. Schmidt 2023-02-04 22:13:55 +01:00
parent cdc7f9ce82
commit 592aab75fe
3 changed files with 26 additions and 17 deletions

View File

@ -1,16 +0,0 @@
@echo off
set EXE=..\software\epson-wfc5210-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo installing printer EPSON WF-C5210 ...
start %EXE%
echo ####### %0 #######
pause

View File

@ -0,0 +1,25 @@
@echo off
set T=c:\TEMP
set TOOLS=c:\tools
set ZIP=..\software\epson-wfc-drivers.EXE
if NOT EXIST %ZIP% (
echo ERROR: %ZIP% not found!
exit /b
)
echo ####### %0 #######
echo unpacking epson workforce printer drivers ...
%TOOLS%\7z x -y -aoa -o"%T%\epson" %ZIP%
echo +++++++++++++++++++++++++++++++++++++++++++++++++++++
echo INFO: epson drivers for wfc printers
echo extracted in path [ %T%\epson ]
echo +++++++++++++++++++++++++++++++++++++++++++++++++++++
echo.
echo ####### %0 #######
pause

View File

@ -2,7 +2,7 @@ dummy citrixworkspace-setup.exe
dummy nsepa_setup.exe
dummy xojo-setup.exe
dummy usb2serial-PL2303-setup.exe
dummy epson-WFC5210-setup.exe
dummy epson-wfc-drivers.exe
dummy cyberjack-setup.exe
dummy MACDRIVER.zip
dummy brother-dcp-mcp-drivers.EXE

1 dummy citrixworkspace-setup.exe
2 dummy nsepa_setup.exe
3 dummy xojo-setup.exe
4 dummy usb2serial-PL2303-setup.exe
5 dummy epson-WFC5210-setup.exe dummy epson-wfc-drivers.exe
6 dummy cyberjack-setup.exe
7 dummy MACDRIVER.zip
8 dummy brother-dcp-mcp-drivers.EXE