BAT文件如何启动u8服务
特价活动:>>>> 畅云管家新购、续费7折优惠,畅捷通T+cloud、好会计、易代账、好业财、好生意云产品6-8折优惠。
把下面复制到txt中,保存时为bat文件。
:U8Start
echo 启动 U8AuthServer(UFNet) 服务…
net start UFNet
echo 启动 U8DispatchService 服务…
net start U8DispatchService
echo 启动 U8KeyManagePool 服务…
net start U8KeyManagePool
echo 启动 U8MPool 服务…
net start U8MPool
echo 启动 U8SCMPool 服务…
net start U8SCMPool
echo 启动 U8TaskService 服务…
net start U8TaskService
echo 启动 UFReportService 服务…
net start UFReportService
echo 启动 U8WebPool 服务…
net start U8WebPool
echo 启动 U8SLReportService 服务…
net start U8SLReportService
echo 启动 UTUService 服务…
net start UTUService
echo 启动 Apache4TurboCRM70 服务…
net start Apache4TurboCRM70
echo 启动 TurboCRM70 服务…
net start TurboCRM70
echo 启动 memcached Server服务…
net start “memcached Server”
echo 启动 UFAllnet 服务…
net start UFAllnet
echo 启动 Apache4U8Appserver 服务…
net start Apache4U8Appserver
goto the-end