一键开启redis和activeMQ脚本

1 @echo off
2 start /d "D:softwareapache-activemq-5.16.0inwin64"  activemq.bat
3 start /d "D:softwareRedis-x64-3.0.504"  redis-server.exe
4 @echo 
原文地址:https://www.cnblogs.com/guanghe/p/13668123.html