w10install/drivers/install-wfc5210.cmd
Michael H.G. Schmidt 7949bda474 reorg to drivers dir
2022-05-31 22:58:13 +02:00

17 lines
242 B
Batchfile

@echo off
set EXE=..\software\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