Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_file.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>SPARC Architectural Model: User Commands</title>
</head>
<body bgcolor="#FFFFFF" LANG="en-US">
<div STYLE="margin-bottom: 0cm"></div>&nbsp;
<h2>
file
</h2>
<h4>
NAME
</h4>
<ul>
file - run commands from a file
</ul>
<h4>SYNOPSIS</h4>
<tt>
<ul>
file <i>script-file</i>
</ul>
</tt>
<h4>DESCRIPTION</h4>
<ul>
<p>
This command executes a command script. A command script is an
ordinary text file containing commands, one per line.
The syntax used is exactly the same as when commands are typed to the
simulator.
Comments begin with a # character and continue to the end of a line.
</p>
<p>
This command is equivalent to the <a href="cmd_run-cmd-file.html">run-cmd-file</a>
command
</p>
</ul>
<h4>RETURN VALUES</h4>
<ul>
None.
</ul>
<h4>SEE ALSO</h4>
<ul><a href="cmd_run-cmd-file.html">run-cmd-file</a></ul>
<ul><a href="cmd_run-python-file.html">run-python-file</a></ul>
<hr>
</body>
</html>