Possible to open ToDoList with a file and select a Task ID ? Topic is solved

How-to's and other software related queries

Moderator: abstr

Post Reply
User avatar
BruciK
Posts: 17
Joined: Tue Feb 20, 2024 2:40 pm

Possible to open ToDoList with a file and select a Task ID ?

Post by BruciK » Thu May 02, 2024 8:06 am

Hi,

is it possible to launch ToDolist and specify a file.tdl and the TaskID I would like to select when opening ?

I've looked in https://www.abstractspoon.com/wiki/doku ... mmand-line but didn't found a way to achieve this..

BTW is there a local (offline) help within ToDoList ?

Thanks.

User avatar
abstr
Site Admin
Posts: 370
Joined: Sun Jul 28, 2019 12:22 pm

Re: Possible to open ToDoList with a file and select a Task ID ?

Post by abstr » Fri May 03, 2024 12:08 am

Use the '-tid' switch. eg:

Code: Select all

<path>\ToDoList.exe -tid 10 "<path>\tasks.tdl"

Post Reply