Popup in a schedular
-
Hello all, I have created an application using third party literary and also added the .exe file in scheduler that will run after every after 1 hour. But the problem is that before running the code a popup come is displayed and when i click on "OK" button in the popup then the code will start to run. When i setup a task in scheduler then no one will be there to click on "OK" button in popup and without clicking the button code will not run. Could you tell me what can do to disable the popup or any other solution? Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
-
Hello all, I have created an application using third party literary and also added the .exe file in scheduler that will run after every after 1 hour. But the problem is that before running the code a popup come is displayed and when i click on "OK" button in the popup then the code will start to run. When i setup a task in scheduler then no one will be there to click on "OK" button in popup and without clicking the button code will not run. Could you tell me what can do to disable the popup or any other solution? Thanks
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
I think you need to create Windows Service to do this job. Open the process in hidden mode from the Windows service and do the job. Windows Scheduler does only call the exe, and it will open up. I am not sure if there is any facility to hide the popup in the existing windows scheduler. :thumbsup:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
I think you need to create Windows Service to do this job. Open the process in hidden mode from the Windows service and do the job. Windows Scheduler does only call the exe, and it will open up. I am not sure if there is any facility to hide the popup in the existing windows scheduler. :thumbsup:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
Hi Some body has told me that we can execute scheduler in silent mode.In silent mode it won't ask for confirmation. Do you know about that?
People Laugh on me Because i am Different but i Laugh on them Because they all are same.
modified on Monday, August 31, 2009 6:14 AM