Execute commands from a file.
playback input filename
filename |
The file from which to execute commands. |
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.
(idb) record input myscript (idb) print "Hello World" Hello World (idb) unrecord input (idb) playback input myscript Hello World (idb)
Copyright © 2001-2011, Intel Corporation. All rights reserved.