I create a exe but it does not show up in the task manager - ? How do I kill it. It shows up as a process in the remote process manager on my desktop (talking via activesync) but not the GCPlus.
If your process has no UI at all, you would have to create your own application that would find the process and kill it. To simplify things you could have your process record its process ID somewhere (like the registry maybe?) so you don't have to determine it at run-time.
You might also consider looking for some specific event in your process that would signal it to shut down.
----------------- Chris Tacke, eMVP Applied Data Support