-le option causing FBCMD to hang

I have the following:
“FBCMD.exe” “<myScript.fbp8” -r:“output.txt” -le -rm:O
If -le is left out, all works as expected. If -le is included, a “Please wait a moment” dialog pops up and things just seem to hang. Output file header is created, but does not appear that any actions are ever run. Have to manually kill the process or exit command window. I’m guessing I can get by w/o log exceptions, but I figured it wouldn’t hurt. What am I missing?

Hi Greg

-le means log exceptions, it’s not really intended for normal use, more as a debugging aid for us.

BTW, when I say exceptions, I don’t mean FinalBuilder exceptions, I mean programming lanugage exceptions (delphi, c#).