Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从 MSYS 环境中执行 Visual Studio 的 lib.exe,但例如“/WX /NOLOGO”之类的参数会自动替换为“C:/dev/MinGW/msys/1.0/WX”。
如何停用该行为?我尝试了单引号/双引号,甚至lib `echo /WX` ...没有解决它。
lib `echo /WX` ...
有时您可以使用-switchidiom 代替/switch, 例如
-switch
/switch
attrib +h -s
代替
attrib +h /s
参考
使用双斜杠:
lib //WX //NOLOGO