added some simple driver scripts ...
This commit is contained in:
parent
ae1373718e
commit
a5308df8cd
16
optional/install-cyberjack.cmd
Normal file
16
optional/install-cyberjack.cmd
Normal 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
|
16
optional/install-pl2303.cmd
Normal file
16
optional/install-pl2303.cmd
Normal 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
|
16
optional/install-wfc5210.cmd
Normal file
16
optional/install-wfc5210.cmd
Normal 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
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user