Alexis Posted March 12, 2015 Report Share Posted March 12, 2015 I use an Taskorganizer called MyLifeOrganized. It offers Command Line Options. I would like to use the functionality to jump to a certain task anywhere from windows. It took me a moment to figure the synthax out but this works:"C:\Program Files (x86)\MyLifeOrganized.net\MLO\mlo.exe" "C:\- Dropbox\My Dropbox\Public\Alex.ml" -task={4B3B139D-0A06-4389-A5F2-FD5D120D45EF}It contains (in that order) the path of the .exe, the path of the datafile, the -task parameter and the task id in braces. But it somehow does not work in MEX. I can create a working shortcut on the desktop but when i use this line in a "program launch" - command in MEX Pro a get the errror: "The file could not be located." How come? I use the runmode Normal and "starts in Default Directory". The field Program Parameters i leave empty. I guess i have some settings wrong while the line itself must be correct. Otherweise it would not work in the shortcut, right?Thank YouAlex Quote Link to comment Share on other sites More sharing options...
Cory Posted March 12, 2015 Report Share Posted March 12, 2015 My first thought is to make sure you don't include the quote marks. Second is is to only put the path to mlo.exe in the program field and the rest of it in the optional parameters field. Could you post just the Program Launch command here so we could look at how you did it? Quote Link to comment Share on other sites More sharing options...
rberq Posted March 12, 2015 Report Share Posted March 12, 2015 ME version 3 does not like the quotes around the path and program name, but is happy with embedded spaces in the path and program. So, try C:\Program Files (x86)\MyLifeOrganized.net\MLO\mlo.exe (no quotes) for program/path name, and the rest of your options (with quotes) as program parameters. Quote Link to comment Share on other sites More sharing options...
Alexis Posted March 13, 2015 Author Report Share Posted March 13, 2015 You guys are great. This works: <PROGRAM LAUNCH Path="C:\\Program Files (x86)\\MyLifeOrganized.net\\MLO\\mlo.exe" Mode="\x00" Parameters="\"C:\\- Dropbox\\My Dropbox\\Public\\Alex.ml\" -task={4B3B139D-0A06-4389-A5F2-FD5D120D45EF}" Default_Path="TRUE" Wait="1" Get_Console="FALSE"/> Although i use MEX Pro 4.4.1.1 it has to be exactly like both of you discribe it. Thank you so much! This will accelerate my workflow quite a bit! :) Quote Link to comment Share on other sites More sharing options...
allstarleb Posted July 21, 2016 Report Share Posted July 21, 2016 hey if you dont' mind me asking Alexis, what does this command do? Quote Link to comment Share on other sites More sharing options...
Alexis Posted July 22, 2016 Author Report Share Posted July 22, 2016 MyLifeOrganized is a program where you can manage your Tasks. In the example above {4B3B139D-0A06-4389-A5F2-FD5D120D45EF} is the ID of an task. With the command above you can select specific tasks in MLO. The command aktivates MLO and selects the task (one of thousands ;-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.