Hi everyone, i am making an application that performs a back up and allows the user to set different time intervals to do the back up. My Application programmatically creates/updates/deletes tasks in the Windows Task Scheduler based on user input.
My plan is to package this application with a single userform available to the user. I m able to successfuly create a windows schedule programmatically. However, i am failing to figure out how to run the back up code, since the task scheduler requires an .exe file and my .exe file is an event driven form.
Would anyone have any ideas. Thank you
My plan is to package this application with a single userform available to the user. I m able to successfuly create a windows schedule programmatically. However, i am failing to figure out how to run the back up code, since the task scheduler requires an .exe file and my .exe file is an event driven form.
Would anyone have any ideas. Thank you