1 01/27/84 reconnect_ec_enable
2
3 Syntax: reconnect_ec_enable
4
5
6 Function: invokes a search for the reconnect.ec segment upon
7 reconnection to a disconnected process. The search begins in the home
8 directory, continues through the project directory, and then through
9 >sc1 until the segment is located, at which time the command "exec_com
10 >DIRECTORY_NAME>reconnect.ec" is executed.
11
12
13 Notes: The reconnect_ec_enable command reverses the effect of the
14 reconnect_ec_disable command.
15
16 Use of reconnect.ec is enabled automatically by the standard process
17 overseer procedure process_overseer_. Invocation of reconnect.ec is
18 not automatically enabled by the project_start_up_ process overseer
19 see Section 7 of the MAM -- Project Administrator Manual Order No.
20 AK51. Thus, when using project_start_up_, the project administrator
21 may enable invocation of reconnect.ec at any point in the
22 project_start_up.ec.
23
24 The current command processor is used to execute the command. Thus, if
25 the user is using the abbrev command processor, any applicable
26 abbreviation will be executed.