| |||
| Home > Debugging with Command Scripts > Running command scripts > Referencing scripts from other command scripts | |||
You can use the INCLUDE command in a command script to pull in commands from other command scripts. You must use a single INCLUDE command for each file to be included, for example:
// CLI commands ... include 'C:\Myprojects\scripts\script_1.inc' // more CLI commands ...
the following in the RealView Debugger Command Line Reference Guide:
Alphabetical command reference for details of the INCLUDE command.