我需要将%解析为文本而不是变量。我该怎么做?
我正在努力解析这条线......(敏感信息已被删除)
start /wait srcds.exe -console -game garrysmod +maxplayers 32 +map %map% +exec server.cfg +gamemode %app% -insecure -tickrate 33 +rcon_password "[REDACTED]" +sv_loadingurl "www.friendshipisgaming.net/fig/index.php?mapname=%m&steamid=%s&servername=%servername%" +host_workshop_collection [REDACTED] -authkey [REDACTED]
%m和%s需要作为%m和%s解析为srcds.exe。无论如何我能做到吗?
答案 0 :(得分:2)
你应该将百分号翻倍:%%m