If I run c:\myfile.exe
from cmd prompt it works and loads its config file properly. But the same thing using AutoIt has the program start, but then ignores its config file:
Run("c:\myfile.exe")
Why doesn't it run correctly like it does from cmd prompt ?