I have a windows forms application on a client machine. I am trying to log in via telnet, shut it down, update some files, and restart it.
Using cmd on the client machine and typing in MyApp.exe works great to start it. But if I do this in the telnet window something odd happens: The application starts in as far as it is now in the process list but none of its forms ever open nor any log4net logging is done.
What's going on and how do I fix this?
Edit: This seems to be the case with all form-based windows apps. Try it out yourself: telnet localhost => notepad. It pops up int he user interface but not the ui!
Also, I have RAdmin installed on all these machines? From what I've seen its got non-existent automation facilities but maybe there's something about it that can help me out?