seffyroff writes: > Is there something special about the execution environment ccnet's > <exec> task block runs apps in? Does it somehow not have access to > Windows XP's normal array of standard I/O such as access to DirectX? > I've searched around to see if the particular method ccnet uses has > any peculiarities but my google-fu powers appear to be weak.
The problem is that a windows service can't interact with the desktop (there's a option to allow that but it didn't work for me). If you run it in the console runner (ccnet.exe) it should work, because then it's not a service and has access to your desktop. Not a very elegant solution but i doubt there is an other one. regards, Daniel
