User Tools (Tools Menu)
The User Tools of the Tools Menu provides access to any user defined tools that may have been added to the IDE. The IDE allows the addition of external tools in the IDE Options section of the Tools menu.
When using a loadmod, the command line is packed in the S$CMDLIN global variable. No parameters are actually passed to the loadmod.
The current working directory when the tool ( executable or loadmod ) is executed is the folder specified
in the Project Options Working/Source directory.
Command Line parameters passed to tool include:
|
$1 |
currently open file |
|
$2 |
active program in Project window |
|
$3 |
currently highlighted file in Project window |
**Expanded parameters are fully path qualified.
![]() |