hey everyone, thanks for stopping by:)
sooo I have an issue, I'm writing an auto-starter for myself, when I start the script, I want it to run a few programs on its own.
I'm pretty much done, except for one part. each of the programs has a .config file in their folder, the problem is, when I place the script in a folder and if the programs are in a pile of subfolders, there's an error. autoit runs it and returns a PID, but the app stops with an error that it couldnt locate the .config file. when I put the script in the same folder, it runs with no problems. I tried shellexecute, I tried @workingdir &"location", the result was the same. any ideas?