Milksync for WinMo commandline parameters
vanshyp says:
I'd like to launch MilkSync for WinMo from commandline with a Mortscript. Is there a way to launch sync with commandline parameters?
eg. \Program Files\MilkSync\startsync.exe --two-way --hide
PS: I now have this in Mortscript which isn't really elegant:
#MilkSync
Run "\Program Files\MilkSync\MilkSync.exe"
WaitForActive "MilkSync",2
Sleep 1000
MouseClick "MilkSync" 20, 318
Minimize ( "MilkSync" )
Sleep 15000
Close ( "MilkSync" )
eg. \Program Files\MilkSync\startsync.exe --two-way --hide
PS: I now have this in Mortscript which isn't really elegant:
#MilkSync
Run "\Program Files\MilkSync\MilkSync.exe"
WaitForActive "MilkSync",2
Sleep 1000
MouseClick "MilkSync" 20, 318
Minimize ( "MilkSync" )
Sleep 15000
Close ( "MilkSync" )
emily (Remember The Milk) says:
Hi vanshyp,
It's not possible to start a sync with particular settings parameters, but you can use:
startsync.exe manual
to start a sync.
Hope this helps!
It's not possible to start a sync with particular settings parameters, but you can use:
startsync.exe manual
to start a sync.
Hope this helps!
vanshyp says:
Hey that's great! This is just what I need :-)