I have a long-running .exe that I would like executed at 1:30am the morning after a user clicks a button on a webpage. It has two args and will be run infrequently. How do you create a one time scheduled task to run an executable with two args? Thanks!
EDIT: The user clicks a button that enables the .exe to run at 1:30am.
This question is different. I am wanting to know how to CODE the scheduling of a task.