crone file
-
Considering Windows has no concept of a "cron" file, that's pretty much impossible to do. Are you talking about scheduling a task to run as some future point?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Considering Windows has no concept of a "cron" file, that's pretty much impossible to do. Are you talking about scheduling a task to run as some future point?
A guide to posting questions on CodeProject[^]
Dave KreskowiakDave Kreskowiak wrote:
pretty much impossible to do
its just a matter of time :-D
Failure is not an option; it's the default selection.
-
What is your exact requirement? for scheduling tasks it will be better creating a desktop application & using windows scheduler to schedule it....
-
What is your exact requirement? for scheduling tasks it will be better creating a desktop application & using windows scheduler to schedule it....
-
Dave Kreskowiak wrote:
pretty much impossible to do
its just a matter of time :-D
Failure is not an option; it's the default selection.
-
Considering Windows has no concept of a "cron" file, that's pretty much impossible to do. Are you talking about scheduling a task to run as some future point?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak