Using Outlook Need to Synchronize, help plz

SwamiJi

Member
Jun 6, 2001
99
0
0
I have Microsoft Outlook XP on 2 computers (networked), I would like for the .pst files on both computers to synchronize automatically. Does anyone know of a way to make this happen?
thx for help
 

fastcobra

Senior member
Oct 12, 1999
683
0
0
ya, just point outlook to use the same pst files for both pc's.
Or manually create a batch file and put it in your scheduled tasks.

---------------------
Xcopy c:\"my *.pst file" o: /y ("o" meaning your mapped drive to your other pc where the pst file is, /y meaning overwrite)
---------------------
schedule it to run every hour or whenever/whatever