28 Star 260 Fork 51

nop / nop-printer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
system-service-install.bat 912 Bytes
一键复制 编辑 原始数据 按行查看 历史
nop 提交于 2023-09-23 01:40 . 注册服务
@echo off
set SCRIPT_PATH=%~dp0
cd %SCRIPT_PATH%
set PHP_PATH=%SCRIPT_PATH%archive\php7.3.4nts
set PATH=%PHP_PATH%;%PATH%
if not exist "%PHP_PATH%" (
call install.bat
)
echo/
echo/
echo #######################################################
echo ############ install nop-printer-service ###########
echo #######################################################
ver | findstr " 6.1" && copy /B /Y .\archive\winsw\winsw-win7.exe .\bin\nop-printer-service.exe || copy /B /Y .\archive\winsw\winsw-win10.exe .\bin\nop-printer-service.exe
echo init service config ...
php -r "file_put_contents('./bin/nop-printer-service.xml',str_replace('{{WORK_PATH}}', getenv('SCRIPT_PATH'), file_get_contents('./bin/nop-printer-service.xml.tpl')));"
echo install service: nop-printer ...
bin\nop-printer-service.exe install
echo start service: nop-printer
bin\nop-printer-service.exe start
echo start service complete.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wuxue107/nop-printer.git
git@gitee.com:wuxue107/nop-printer.git
wuxue107
nop-printer
nop-printer
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891