|
From: Ramachandra, A. <Ram...@Sy...> - 2003-10-22 13:15:56
|
OK this is a tricky one i guess: I have an app one of whose functions is to open up a batchfile which opens up a notepad editor. I use the wrapper to run this as a service. When run as a console app it works fine. HOwever when i invoke this functionality with the wrapper i can see the notepad.exe as a process but don't see any notepad window open up. 1:> How can i get around this? 2:>Can i get around this at all? To generalise, if i invoke a console app which requires interaction with the user how do i invoke it when my app is a service? -Thanks -Arun |