Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / docs / ui-cmds / cmd_file.html
CommitLineData
920dae64
AT
1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2<html>
3<head>
4<title>SPARC Architectural Model: User Commands</title>
5</head>
6<body bgcolor="#FFFFFF" LANG="en-US">
7<div STYLE="margin-bottom: 0cm"></div>&nbsp;
8
9<h2>
10file
11</h2>
12
13<h4>
14NAME
15</h4>
16<ul>
17file - run commands from a file
18</ul>
19
20<h4>SYNOPSIS</h4>
21<tt>
22<ul>
23file <i>script-file</i>
24</ul>
25</tt>
26
27<h4>DESCRIPTION</h4>
28<ul>
29<p>
30This command executes a command script. A command script is an
31ordinary text file containing commands, one per line.
32The syntax used is exactly the same as when commands are typed to the
33simulator.
34Comments begin with a # character and continue to the end of a line.
35</p>
36
37<p>
38This command is equivalent to the <a href="cmd_run-cmd-file.html">run-cmd-file</a>
39command
40</p>
41
42</ul>
43
44<h4>RETURN VALUES</h4>
45<ul>
46None.
47</ul>
48
49<h4>SEE ALSO</h4>
50<ul><a href="cmd_run-cmd-file.html">run-cmd-file</a></ul>
51<ul><a href="cmd_run-python-file.html">run-python-file</a></ul>
52
53
54<hr>
55</body>
56</html>