added epson printer
This commit is contained in:
parent
cdc7f9ce82
commit
592aab75fe
@ -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
|
25
drivers/unpack-epson-drivers.cmd
Normal file
25
drivers/unpack-epson-drivers.cmd
Normal 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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user