1 Star 0 Fork 14

iceMan / sc

forked from 铅笔刀 / sc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
queue.bat 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
铅笔刀 提交于 2020-12-12 05:46 . 'init'
@echo off
cd %~dp0
set PROJECT_PATH=%~dp0
set KEYWORD="%PROJECT_PATH%yii" queue/listen
rem @echo %KEYWORD%
@echo 正在检查进程...
wmic process where name="php.exe" get CommandLine /value | findstr "%KEYWORD%" >nul
if %errorlevel% equ 0 (
goto end
) else (
goto start
)
:start
@echo 正在启动进程...
start /b yii queue/listen 1
@echo 进程已启动,请勿关闭本窗口!
goto end
:end
1
https://gitee.com/thatsimple/sc.git
git@gitee.com:thatsimple/sc.git
thatsimple
sc
sc
master

搜索帮助