Hi,

I have written a VBScript that takes a tab delimited file of
customer's contact information and loads it into a users contact list,
and loads into distribution lists by state. This works great. The
user runs the script, chooses the file's location, and it runs while
their outlook is open.

This is great except that it needs to be run relatively often as our
customer base grows. Is it possible to schedule a VBScript to run at
night that will run against a file and add it to specific user's
contact list? Currently, Outlook must be open and it connects to the
running account. Can i write something that does this without the
user needing to be logged in?

Thanks very much for your help.