Automatic import - command lines

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
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
 
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.
 
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.
 
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.
 
Back
Top