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:\