Script to export MLO tasks to XML

55 views
Skip to first unread message

Frenya

unread,
Jul 8, 2011, 3:34:57 AM7/8/11
to MLOViewer
Hello everyone!

Here is a script I've been using to automatically export my MLO tasks
to XML file. If you want to use it, just copy the commands below to an
"export.cmd" file, adjust the paths to your local conditions and run
it.

Make sure you have the "Allow multiple instances" checked in your MLO
setup, otherwise the export won't run.

Maybe you find it useful.

Regards,

Frenya

====== Start of script ======

@echo off

REM Copy necessary files to temporary directory
del C:\Temp\mytasks.xml
copy "c:\Users\frenya\Documents\mytasks.ml" "C:\Temp\mytasks.ml"

REM Export tasks to XML in the background
"C:\Program Files\MyLifeOrganized.net\MLO\mlo.exe" "C:\Temp
\mytasks.ml" -SaveXML="C:\Temp\mytasks.xml" -console

REM Cleanup
del C:\Temp\mytasks.ml

REM Copy the XML file to the virtual drive created by HUMYO SmartDrive
copy /y C:\Temp\mytasks.xml Z:\

Frenya

unread,
Jul 8, 2011, 3:48:41 AM7/8/11
to MLOViewer
You can also download the export.cmd file directly from
https://www.humyo.com/DYWlYZd/export.cmd?a=qBBTPK6kJI4
Reply all
Reply to author
Forward
0 new messages