added some simple driver scripts ...

This commit is contained in:
Michael H.G. Schmidt 2021-03-13 00:30:15 +01:00
parent ae1373718e
commit a5308df8cd
7 changed files with 54 additions and 3 deletions

View File

@ -0,0 +1,16 @@
@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

View File

@ -0,0 +1,16 @@
@echo off
set EXE=..\software\pl2303-setup.exe
if NOT EXIST %EXE% (
echo ERROR: %EXE% not found!
exit /b
)
echo ####### %0 #######
echo installing Prolific 2303 USB2serial ...
start %EXE%
echo ####### %0 #######
pause

View File

@ -0,0 +1,16 @@
@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

View File

@ -8,7 +8,7 @@ if NOT EXIST ftpsettings.cmd (
echo.
echo ERROR: ftpsettings.cmd NOT FOUND
echo.
echo --- please create with following content ---
echo --- please create it as follows ---
echo set FTP_SERVER=example.com
echo set FTP_PATH=/path/to/directory
echo set FTP_USER=myuser

View File

@ -2,4 +2,7 @@ dummy purebasic-setup.exe
dummy citrixreceiver-setup.exe
dummy xojo-setup.exe
dummy xojo.license
dummy pl2303-setup.exe
dummy wfc5210-setup.exe
dummy cyberjack-setup.exe

1 dummy purebasic-setup.exe
2 dummy citrixreceiver-setup.exe
3 dummy xojo-setup.exe
4 dummy xojo.license
5 dummy pl2303-setup.exe
6 dummy wfc5210-setup.exe
7 dummy cyberjack-setup.exe
8

View File

@ -8,7 +8,7 @@ if NOT EXIST ftpsettings.cmd (
echo.
echo ERROR: ftpsettings.cmd NOT FOUND
echo.
echo --- please create with following content ---
echo --- please create it as follows ---
echo set FTP_SERVER=example.com
echo set FTP_PATH=/path/to/directory
echo set FTP_USER=myuser

View File

@ -8,7 +8,7 @@ if NOT EXIST ftpsettings.cmd (
echo.
echo ERROR: ftpsettings.cmd NOT FOUND
echo.
echo --- please create with following content ---
echo --- please create it as follows ---
echo set FTP_SERVER=example.com
echo set FTP_PATH=/path/to/directory
echo set FTP_USER=myuser