Hi Chris,
have you checked yout pathnames for any ini files you're loading. Bear in mind that while it might work to strip one level from the current VI path and then append the ini file name as a VI, as an EXE, you need to strip the path twice.
Current VI path as VI = c:\myvi.vi
Current path as exe = c:\myexe.exe\myvi.vi
This same thing happens with LLBs, just as with the exe.
If your paths are wrong, maybe one loop really isn't executing, or maybe quitting early on an error message.
Hope this helps
Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)