I am trying to execute a program from within cache using a $zf call
S X=$ZF(-1,"C:\""Program Files (x86)""\Car-Part\Messaging\iCPM.exe")
For the sake of this post I changed it to open notepad
S X=$ZF(-1,"C:\Windows\notepad.exe")
If I call it directly from terminal notepad opens and all is happy.
If I add it to a program we use to run certain tasks once an hour or even every 10 minutes it will fire off notepad but it will be in the background.
The messaging application we use will not work at all in the background and needs to be in the foreground.