문제

i try to get a return value of the fbwfmgr.exe inside a batchfile. I have already read many articles about programming with it's API, but i need the batchfile.

Thanks for help!

도움이 되었습니까?

해결책

try this:

start "" "fbwfmgr.exe"  [some options]
if %errorlevel% neq 0 echo FAIL!
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top