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.
我尝试在批处理文件中获取 fbwfmgr.exe 的返回值。我已经阅读了许多关于使用它的 API 进行编程的文章,但我需要批处理文件。
感谢帮助!
尝试这个:
start "" "fbwfmgr.exe" [some options] if %errorlevel% neq 0 echo FAIL!