Hello,
I'm using a 16-bit application (LHA - File compression program) für unpacking selfextracting files. For starting "LHA.exe" I use the "Execute Program" Action. If "Log Output" at this Action is set, the application fails. Isn't it possible to log the output of 16-Bit applications?
Olaf
Sorry, I meant “Log Output” and not “Log to Variable”
Unfortunately FinalBuilder doesn’t support capturing the output of 16bit applications. One way around this is to create a batch file to call the exe, and run that from the Run Dos Command action.