Hi,
I have problem setting up external tools with DB 3.11
In the dialog Custom Command Definition, all 3 buttons with > open up
a list and when I select something from the list, the selected item is
not added to the corresponding line edit for Command, Arguments or
Working Directory.
I have tried a very simple command such as ls with "Show in ouput
windows" checked and when I click on the Tool->ls entry nothing seems
to occur.
The following is the content of CustomCommand.ccm:
[ls]
Description=Directory
Events=tools-menu
Command=/bin/ls
Arguments=%PROJECTPATH%
WorkingDir=%PROJECTPATH%
IsGUI=0
AutoShowOutputWindow=1
TimeOut=100
where I have entered manually %PROJECTPATH%.
Regards,
Bernard
.