| |||
| Home > Working with the CLI > Command scripts > Considerations when using command scripts | |||
Each command must be on a separate line, and must not be split across multiple lines.
You do not have to be connected to a target to run a command script. However, some commands require that you have:
established a connection to a target (such as the LOAD command)
an image loaded (such as the BREAKINSTRUCTION command).
You can connect to a target and load an image either:
manually before running your command script
within the command script.
the following in the RealView Debugger User Guide: