Scheduling and passing arguments from EXE file
Hi
I am using a window service for job processing. This window service in turn calls other exe for Processing. How can i pass arguments between one window service and exe file.
And also i need to implement scheduled service in windows service. How can i implement scheduling and passing arg to exe file in window service?
Thanks