From 592aab75fe26e93db99b14c3d3db5ed671d43fe8 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sat, 4 Feb 2023 22:13:55 +0100 Subject: [PATCH] added epson printer --- drivers/install-epson-wfc5210.cmd | 16 ---------------- drivers/unpack-epson-drivers.cmd | 25 +++++++++++++++++++++++++ software/other.csv | 2 +- 3 files changed, 26 insertions(+), 17 deletions(-) delete mode 100644 drivers/install-epson-wfc5210.cmd create mode 100644 drivers/unpack-epson-drivers.cmd diff --git a/drivers/install-epson-wfc5210.cmd b/drivers/install-epson-wfc5210.cmd deleted file mode 100644 index 8416d33..0000000 --- a/drivers/install-epson-wfc5210.cmd +++ /dev/null @@ -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 diff --git a/drivers/unpack-epson-drivers.cmd b/drivers/unpack-epson-drivers.cmd new file mode 100644 index 0000000..c0ab85d --- /dev/null +++ b/drivers/unpack-epson-drivers.cmd @@ -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 + diff --git a/software/other.csv b/software/other.csv index 739c7e9..1671bf4 100644 --- a/software/other.csv +++ b/software/other.csv @@ -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