Windows CMD使用

  1. 后台启动
    @echo off
    if "%1"=="h" goto begin
    start mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
    :begin

redis-server.exe redis.windows.conf

原文地址:https://www.cnblogs.com/amize/p/13636080.html