Automatic import - command lines

N

news.microsoft.com

Hi,

Do you know a command line to import data from files ?
I just want to do an automatic import from a dbf file every day without any
intervention from a user.
Is it possible ?

Thx
 
V

Vince Averello [MVP-Outlook]

I don't think there's a command line for it. You'd either have to write code
that uses the API to do what you want or use a button-pressing script to do
what you want.
 
R

Rosalie Mignon

Vince Averello said:
I don't think there's a command line for it. You'd either have to write
code that uses the API to do what you want or use a button-pressing script
to do what you want.
Thank you for the response.
Could you tell me more about the button-pressing script ? (how to create,
etc)

The real problem is how to "synchronise" a .dbf file with a .pst file.
We use agenda Act (.dbf) but we have to synchronise the phone with Outlook.
How to update automaticly Outlook (pst) from Act (dbf) ?

Thanx again.
 
V

Vince Averello [MVP-Outlook]

You need to use a language like WinBatch, AutoIt, etc that can automatically
send keystrokes to an application then figure out the necessary steps to do
the task you want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top