初始化
This commit is contained in:
14
doc/win/command.txt
Normal file
14
doc/win/command.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# 安装服务
|
||||
yinyitong-dll-stand.exe install
|
||||
|
||||
# 启动服务
|
||||
yinyitong-dll-stand.exe start
|
||||
|
||||
# 查看服务运行状态
|
||||
yinyitong-dll-stand.exe status
|
||||
|
||||
# 重启服务
|
||||
yinyitong-dll-stand.exe restart
|
||||
|
||||
# 停止服务
|
||||
yinyitong-dll-stand.exe stop
|
||||
BIN
doc/win/yinyitong-dll-stand.exe
Normal file
BIN
doc/win/yinyitong-dll-stand.exe
Normal file
Binary file not shown.
8
doc/win/yinyitong-dll-stand.xml
Normal file
8
doc/win/yinyitong-dll-stand.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<service>
|
||||
<id>yinyitong-dll-stand</id>
|
||||
<name>yinyitong-dll-stand</name>
|
||||
<description>银医通-台式机-DLL调用服务</description>
|
||||
|
||||
<executable>java</executable>
|
||||
<arguments>-jar %BASE%\yinyitong-dll-stand.jar</arguments>
|
||||
</service>
|
||||
Reference in New Issue
Block a user