Revision 16,
1.3 KB
checked in by marcus, 15 years ago
(diff) |
r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines
Initial import
|
Line | |
---|
1 | command ECHO_CH [<filename>] |
---|
2 | =============== |
---|
3 | |
---|
4 | key: select echo channel |
---|
5 | |
---|
6 | Selects the text output channel. Any non-blank parameter opens an ASCII |
---|
7 | file name "<filename>.STX". If <filename> is omitted, the text channel |
---|
8 | is reset to the default channel (seismhandler text window). Any file |
---|
9 | previously opened is closed. |
---|
10 | |
---|
11 | If the text channel is switched to an existing file, the following |
---|
12 | output is appended to the file, unless the /NEW qualifier is entered. |
---|
13 | |
---|
14 | |
---|
15 | parameter: |
---|
16 | |
---|
17 | <filename> --- parameter type: filename (no extension) |
---|
18 | Name of file to be opened as text channel. Any file previously opened |
---|
19 | is closed. If this parameter is omitted, the text channel is reset |
---|
20 | to the seismhandler text window. |
---|
21 | |
---|
22 | |
---|
23 | qualifiers |
---|
24 | |
---|
25 | /NEW |
---|
26 | A new output file is created (output is not appended to an already |
---|
27 | existing file; creates a new version of a file on a VAX). |
---|
28 | |
---|
29 | /OVWR |
---|
30 | Overwrites an existing file (output is not appended). |
---|
31 | |
---|
32 | |
---|
33 | Examples: |
---|
34 | |
---|
35 | ECHO_CH LOGFILE ! appends all following ECHO-output to file |
---|
36 | ! LOGFILE.STX |
---|
37 | |
---|
38 | ECHO_CH/OVWR LOGFILE ! creates new output file LOGILE.STX; a possibly |
---|
39 | ! existing file of this name is deleted |
---|
40 | |
---|
41 | ECHO_CH ! closes a previously opened ECHO-file and |
---|
42 | ! switches output back to screen |
---|
43 | |
---|
Note: See
TracBrowser
for help on using the repository browser.