Gordon, Actually, MLO sync CAN be set up to run on a timed basis, by using "Control Panel > Scheduled Tasks" built into Windows XP. First create a batch file (mine is called SyncMLO.bat) containing this line ...
If EXIST L:\ "C:\Program Files\MyLifeOrganized.net\MLO\mlo.exe" "C: \Documents and Settings\YOURUSERNAME\My Documents\MyLifeOrganized \YOURMLODBFILE.ml" -quicksync -console ... replacing the file path with one that fit your folder structure. Also replace "L:\" with any path that you want to test for existence as a condition to perform the sync. Then go to Control Panel > Scheduled Tasks, and create a new task to run that batch file on the schedule you desire. I've been doing this for several months and it works great. In my case, L:\ is my thumb drive, so the statement "IF EXIST L:\" prevents the sync from trying to run if my thumb drive is not present, which would otherwise produce an error message. Tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MyLifeOrganized" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/myLifeOrganized?hl=en -~----------~----~----~----~------~----~------~--~---
