Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to set up auto-sync for MLO Cloud on Windows -- Easy!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Josh P.  
View profile  
 More options Feb 20 2012, 10:21 pm
From: "Josh P." <telew...@live.com>
Date: Mon, 20 Feb 2012 19:21:44 -0800 (PST)
Local: Mon, Feb 20 2012 10:21 pm
Subject: How to set up auto-sync for MLO Cloud on Windows -- Easy!
The pain was finally too great and I had a few spare moments so I
figured out how to set up auto-sync for MLO Cloud on Windows and it
turned out to be quite simple. I'm syncing to 4 devices now including
a Windows 7 laptop, iPod Touch, Motorola Droid 3, and an HP Touchpad
running Cyanogenmod 9 Android ICS.  That's a lot of manual syncing and
a real pain to be honest. Especially when you leave home and forgot to
sync the laptop. Doh!

Here's how to do it cleanly without windows being generated and
without dialog boxes coming up in MLO when you're trying to work.

1) Create two text files and locate them in a folder of your choice.
One called MLO_Sync.txt and one called MLO_Sync_hide.txt. One will be
a batch file to fire off the sync and the other will be a very basic
visual basic script that launches the batch file in a hidden mode so
that you don't have a window popping up each time the sync runs. Don't
worry i'm not a programmer and this was real simple. We'll add the
proper extensions after adding the text to the files and saving them.

2) Open MLO_Sync.txt and add the following line. The installation path
and path to your MLO data file may be different than listed here.

"C:\Program Files (x86)\MyLifeOrganized.net\MLO\mlo.exe" "C:\<data
path folder location>\MLODataFile.ml" -quicksync -console

Save the file and change the extension to .cmd

3) Open MLO_Sync_hide.txt and add the following lines. Again the
location of your MLO installation may be different or custom so you
will need to double-check this.

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\<batch file location>\MLO_Sync.cmd" &
Chr(34), 0
Set WshShell = Nothing

Save the file and change the extension to .vbs

4) Open the Windows Task Scheduler. Click on Start and type "Task".
Launch Task Scheduler.

5)    i)  In the Task Scheduler application right click on "Task
Scheduler (Local)" in the left pane and select Create Basic Task....
      ii)  Add a name of your choice for the task (such as MLO Cloud
Sync) and click on Next.
     iii)  For Task Trigger select "When I log on" and click on Next.
     iv)  For Action select "Start a program" and click on Next.
      v)  Navigate to the folder with your two scripts, select
MLO_Sync_hide.vbs and click on Next.
     iv)  Check the box that states "Open the Properties dialog for
this task when I click Finish" and click on Finish.

6) When the Properties dialog window comes up select the Triggers tab,
select your name trigger in the window below and click on Edit....
Below under advanced setting you can set up how often you would like
MLO to sync with the cloud service.  Repeat task every:  # of
minutes.  Hit OK and exit all applications.

7) Log out of Windows and log back in.

Voila, now MLO will automagically sink without you every having to
think about it. Well worth the few minutes it takes to set up.

All the best,
Josh P.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dwight  
View profile  
 More options Feb 21 2012, 11:26 pm
From: Dwight <m...@grantsmiths.org>
Date: Tue, 21 Feb 2012 20:26:12 -0800 (PST)
Local: Tues, Feb 21 2012 11:26 pm
Subject: Re: How to set up auto-sync for MLO Cloud on Windows -- Easy!
Thanks, Josh. Just one question.

What's the purpose of the .vbs script?

Asked another way, why is the program started by task scheduler
   MLO_Sync_hide.vbs
as opposed to
   "C:\Program Files (x86)\MyLifeOrganized.net\MLO\mlo.exe" "C:\<data
path folder location>\MLODataFile.ml" -quicksync -console
?

On Feb 20, 10:21 pm, "Josh P." <telew...@live.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh P.  
View profile  
 More options Feb 28 2012, 11:41 pm
From: "Josh P." <telew...@live.com>
Date: Tue, 28 Feb 2012 20:41:03 -0800 (PST)
Local: Tues, Feb 28 2012 11:41 pm
Subject: Re: How to set up auto-sync for MLO Cloud on Windows -- Easy!
The simple VBS script is used to hide the command prompt window when
it runs. That way it is completely silent and unobtrusive. You can
skip this step if desired.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gkoliver  
View profile  
 More options Feb 29 2012, 12:27 am
From: gkoliver <germaine.oli...@gmail.com>
Date: Tue, 28 Feb 2012 21:27:23 -0800 (PST)
Local: Wed, Feb 29 2012 12:27 am
Subject: Re: How to set up auto-sync for MLO Cloud on Windows -- Easy!
That's awesome! Took 5 minutes to set up, and will save me lots of
angst! Can you create this same function for iOS? :D

On Feb 20, 5:21 pm, "Josh P." <telew...@live.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kitus  
View profile  
 More options Feb 29 2012, 5:27 pm
From: kitus <marc.garcia.ma...@gmail.com>
Date: Wed, 29 Feb 2012 14:27:31 -0800 (PST)
Local: Wed, Feb 29 2012 5:27 pm
Subject: Re: How to set up auto-sync for MLO Cloud on Windows -- Easy!
I'm against fumbling around with OS tweaks that should be already
incorporated inside MLO... Feature implementations in MLO mean such a
big lead time usually...

On Feb 29, 6:27 am, gkoliver <germaine.oli...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gkoliver  
View profile  
 More options Feb 29 2012, 9:58 pm
From: gkoliver <germaine.oli...@gmail.com>
Date: Wed, 29 Feb 2012 18:58:09 -0800 (PST)
Local: Wed, Feb 29 2012 9:58 pm
Subject: Re: How to set up auto-sync for MLO Cloud on Windows -- Easy!
I sense a theme in your comments :) You want the organic MLO to do
everything now... and that would be GREAT! However, it's a pretty
awesome product, and although there is lots of competetion, there is
nothing that has many of the capabilities I'm seeing in my testing.
But if you wait for a product to do everything, version 1.0 takes
years to get out, and it's solely the developer's best guess rather
than an interative process with feedback from users. So I like the way
he's put it out... true incremental changes based on user
requirements, vs trying to wait for the whole banana before he
releases half a banana.

And I'm sort of amused that you called the code above an "OS tweak"...
a command line call, one line of script, and a scheduled task is
pretty tough to call an "OS tweak". The iOS version that I joked about
might be an OS tweak, but the solution given above is about as far
from an OS tweak as you can get... it's using the OS capabilities.

So I again congratulate Josh on developing a solution to an annoyance.
I'm certain they will develop their own solution, as this seems to be
a continually evolving program, but in the meantime, I'll take the "OS
tweak" and run! And if anyone else has any "OS tweaks" to make this
product even more useful while the developers are working on 4.0,
please share!

gko

On Feb 29, 5:27 pm, kitus <marc.garcia.ma...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dwight  
View profile  
 More options Mar 1 2012, 5:38 pm
From: Dwight <m...@grantsmiths.org>
Date: Thu, 1 Mar 2012 14:38:35 -0800 (PST)
Local: Thurs, Mar 1 2012 5:38 pm
Subject: Re: How to set up auto-sync for MLO Cloud on Windows -- Easy!
I've been running a version of autosync under Windows 7 that's pretty
similar to what Josh documented but a little simpler - instead of
the .vbs file I just entered the MLO command as the program to be
started by the task scheduler. Josh reported that the purpose of
the .vbs is to hide the command prompt window - but I'm happy to
report that even without the .vbs I never see the command prompt
window. The scheduled task does its job and goes quietly away and the
only way to know that it has happened is to look at the
File>Synchronize window and see that last synch was a couple of
minutes ago.

There is one problem, though. Every once in a while I get a message
that my profile file could not be opened. I think this happens because
of some sort of conflict between the scheduled task versus the copy of
MLO that I am actively using at the time. When I try to make the
message go away I get four or five error messages about bad pointers
and whatnot. I have been unable to get out of this situation using any
normal procedures.

The only solution (other than rebooting) is to fire up the task
manager and terminate the two active MLO processes then restart one.
The scheduled task starts up by itself at the end of the hour. This is
messy but totally livable, however when Andrey implements autosync for
Windows I would expect this problem to go away as the sync and the
normal MLO usage will presumably be two threads within a single
process and therefore less likely to conflict.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gkoliver  
View profile  
 More options Mar 1 2012, 6:55 pm
From: gkoliver <germaine.oli...@gmail.com>
Date: Thu, 1 Mar 2012 15:55:55 -0800 (PST)
Local: Thurs, Mar 1 2012 6:55 pm
Subject: Re: How to set up auto-sync for MLO Cloud on Windows -- Easy!
:) That's what's great about working with a program smart people
use... they find multiple ways to remove a feline epidermis...

I didn't even think about putting the command line straight into the
task scheduler... that will save someone some steps. Apparently I
haven't run into actively using the file when it's trying to sync...
yet. Let me know if you find a workaround for that, until 4.0 comes
out, which I'm sure will have the autosync feature.

I'm really loving this product, though... infinite nesting just
ROCKS... means that I can jot down ideas, then break them down into
actionable tasks at my convenience. I don't have to analyze in
advance, which makes me much more likely to get those thoughts out of
my head.

gko

On Mar 1, 12:38 pm, Dwight <m...@grantsmiths.org> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BOC  
View profile  
 More options Mar 3 2012, 2:59 pm
From: BOC <boncar...@gmail.com>
Date: Sat, 3 Mar 2012 11:59:52 -0800 (PST)
Local: Sat, Mar 3 2012 2:59 pm
Subject: Re: How to set up auto-sync for MLO Cloud on Windows -- Easy!
Just wanted to say thanks to the OP!  I'm going to take advantage of
this unit MLO4 comes out.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Adaline  
View profile  
 More options Mar 4 2012, 6:33 am
From: Chris Adaline <ch...@adaline.org>
Date: Sun, 4 Mar 2012 06:33:50 -0500
Local: Sun, Mar 4 2012 6:33 am
Subject: Re: [MLO] How to set up auto-sync for MLO Cloud on Windows -- Easy!

The command line box will only pop up if the scheduled task is running
under the same credentials you're logged in with.

"MyLifeOrganized" group.
> To post to this group, send email to mylifeorganized@googlegroups.com.
> To unsubscribe from this group, send email to

mylifeorganized+unsubscribe@googlegroups.com.
> For more options, visit this group at

http://groups.google.com/group/mylifeorganized?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »