playback input (idb mode only)

Execute commands from a file.

Syntax

playback input filename  

Parameters

filename

The file from which to execute commands.

Description

This command executes commands from a file to automate tasks. You can record commands to a file using the record and unrecord commands, or by using the GUI.

Example

(idb) record input myscript
(idb) print "Hello World"
Hello World
(idb) unrecord input
(idb) playback input myscript
Hello World
(idb)

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.