ErosOlmi
24-08-2007, 15:25
I have some ongoing development projects under Power Basic.
To develop under Power Basic I use Lynx (http://www.zippety.net/) + JellyFish (http://www.planetsquires.com/jellyfishpro.htm).
I need to add a ToDo list for every project, each one must have its own list of things to fix, add and so on.
Under Lynx there is the Tools window where I can add different commands tools I can run by manual or automatically diring pre/post compilation time. And to each tool I can pass a command line argument (it can be also the project name or othe project params.
What I'm searching for is a ToDo application (quite advanced one not just simple ToDo that I can develop by myself) able to open project specific issues passing a parameter to command line. To be more precise something like been able to invoke using (for example):
MyToDoApplication.exe "c:\MyProjects\Project_001\ToDoList.whatever"
MyToDoApplication.exe "c:\MyProjects\Project_002\ToDoList.whatever"
...
In this way every project will have its own ToDo list.
Thanks a lot for any suggestion.
Eros
To develop under Power Basic I use Lynx (http://www.zippety.net/) + JellyFish (http://www.planetsquires.com/jellyfishpro.htm).
I need to add a ToDo list for every project, each one must have its own list of things to fix, add and so on.
Under Lynx there is the Tools window where I can add different commands tools I can run by manual or automatically diring pre/post compilation time. And to each tool I can pass a command line argument (it can be also the project name or othe project params.
What I'm searching for is a ToDo application (quite advanced one not just simple ToDo that I can develop by myself) able to open project specific issues passing a parameter to command line. To be more precise something like been able to invoke using (for example):
MyToDoApplication.exe "c:\MyProjects\Project_001\ToDoList.whatever"
MyToDoApplication.exe "c:\MyProjects\Project_002\ToDoList.whatever"
...
In this way every project will have its own ToDo list.
Thanks a lot for any suggestion.
Eros