通过批处理文件返回基于文件的写过滤器的值

时间:2013-06-26 10:45:03

标签: windows batch-file cmd command errorlevel

我尝试在批处理文件中获取fbwfmgr.exe的返回值。 我已经阅读了很多关于使用它的API进行编程的文章, 但我需要批处理文件。

感谢您的帮助!

1 个答案:

答案 0 :(得分:3)

试试这个:

start "" "fbwfmgr.exe"  [some options]
if %errorlevel% neq 0 echo FAIL!