D:\Redis\Redis-x64-3.2.100\redis-server.exe redis.windows.conf
Invalid argument during startup: Failed to open the .conf file: redis.windows.conf CWD=C:\Users\*******
D:\Redis\Redis-x64-3.2.100\redis-server.exe D:\Redis\Redis-x64-3.2.100\redis.windows.conf
echo 启动:QQ
::利用ping命令延迟,单位毫秒
ping 1.1.1.0 -n 1 -w 1000 > nul
start /min "" "D:\软件\QQ\Bin\QQScLauncher.exe"
echo 启动:Redis
ping 1.1.1.0 -n 1 -w 1000 > nul
::Redis启动的时候需要加载配置
D:\Redis\Redis-x64-3.2.100\redis-server.exe D:\Redis\Redis-x64-3.2.100\redis.windows.conf
windows 自定义批处理BAT/CMD启动Redis等软件
原文:https://www.cnblogs.com/gobyte/p/10891677.html