AMD Confidential
User Manual November 21
st
, 2008
Appendix A 247
MouseMove <DeltaX> <DeltaY>
Moves the mouse cursor to relative position DeltaX and
DeltaY.
Generates a left-mouse-button-down event.
Generates a right-mouse-button-down event.
Generates a left-mouse-button-up event.
Generates a right-mouse-button-up event.
Moves the mouse cursor to absolute x-y position.
Enables or disables logging.
This command injects keyboard input from the
command line. It takes basic text such as 'keyboard.text
"dir\r"'. This command can handle more complex
sequences with other '\' prefixed strings (see Table
15-14).
Table 15-14 shows the currently defined prefix sequences:
Table 15-14: Prefix Sequences (keyboard.text)
A.7.26 JumpDrive
1 simnow> jumpdrive.usage
Loads the contents of the specified image
file <HostFileName> to the memory.
Saves the contents of the memory to an
image file on the host specified by
<HostFileName>.
ImportFile <HostFileName> <ImageFileName>
Imports the requested file into the image
<ImageFileName> using the given host
file name <HostFileName>.
ExportFile <ImageFileName> <HostFileName>
Exports the requested file from the image
<ImageFileName> to the given host file
name <HostFileName>.