w10install/optional/install-cyberjack.cmd

17 lines
249 B
Batchfile
Raw Normal View History

2021-03-13 00:30:15 +01:00
@echo off
set EXE=..\software\cyberjack-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo installing printer ReinerSCT Cyberjack ...
start %EXE%
echo ####### %0 #######
pause