broker70: -------------------------------------------------------------------------------- Ok, this is one possible solution.
But when I would like to use one tool at time, the next time the other tool, -------------------------------------------------------------------------------- You could set at compiler tab your main compiler and you can also use "External application" and 'Favorite' Tools from 'Tool Panel' for your other tools. There you can also use parameters (use right mouse buttons for a list) Did this help? If not you have to wait. Jan announced to improve this to use more then one compiler in future. . - . You can also set all your compiler and tool in one batch and use parameter to call each of them: comp.cmd a c [color=blue]:START If "%1!" == "!" GoTo _end If %1 == a GoTo _Analysis If %1 == b GoTo _b If %1 == c GoTo _compiler ... SHIFT GoTo START :_Analysis ... If Not %2 == c GoTo _end ECHO starting compiler PAUSE :_compiler REM use compiler xyz ... [/color] -- <http://forum.pspad.com/read.php?2,41993,42014> PSPad freeware editor http://www.pspad.com
