9.15.10.8 Example
The following example removes the programmer '03178' from the programmer list:
remove_prg (name {03178})*
run_selected_actions
run_selected_actions [(-name {name})*]
Runs the selected action on the specified programmer and returns the exit code from the action. If no programmer name is specified, the action is run on all connected programmers. Only one exit code is returned, so return code cannot be used when action is run on more than one programmer. A programming file must be loaded.
