سؤال

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