1 03/01/85 tape_in
2
3 Syntax as a command: tape_in path -control_args
4
5
6 Function: transfers files from magnetic tape to the
7 storage system.
8
9
10 Arguments:
11 path
12 is the pathname of the control file that governs the file
13 transfer. If path does not end with the .tcl suffix, it is
14 assumed.
15
16
17 Control arguments:
18 -check, -ck
19 specifies that only semantic checking be done on the TCL control
20 file. No tapes are mounted if this option is specified.
21 -ring
22 mounts volumes of the volume-set with write permit rings.
23 -severityN, -svN
24 causes the compiler's error messages with severity less
25 than N where N is 0 1 2 3 or 4 not to be written into the
26 "error_output" I/O switch. The default value for N is 0.
27
28
29 Notes on the tcl source file:
30 The control file that governs the file transfer is actually a
31 program, written by the user, in the Tape Control Language TCL.
32 the contents of this control file describe the file transfer. The
33 same control file can be used with both the tape_in and tape_out
34 commands.
35
36 For additional information on the TCL, type help tcl.gi.