Calling a program in foreground from Windows service
Hi,
I am actually calling a program in command prompt from Windows service.
I need the program to be visible in foreground. Please help.
Ex: my windows service internally does the follows,
service call : cmd.exe /K notepad.exe
Thanks,
Harish