>How can I create an application in vb.net, which runs as a batch process at
>7:00pm everyday? If someone could please throw some light.
>
>Thanks
Create it as a console application and then use one of the
following to schedule it:
At
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/a
t.mspx
Schtasks
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/s
chtasks.mspx
Scheduling Tasks
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/t
asksched_ct.mspx
Job Lot - 19 Jan 2005 22:15 GMT
Thanks
> >How can I create an application in vb.net, which runs as a batch process at
> >7:00pm everyday? If someone could please throw some light.
[quoted text clipped - 12 lines]
> Scheduling Tasks
> http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/t
asksched_ct.mspx