The following is a typical DECnet Phase V application setup for PEEK and SPY. These commands were generated by the conversion of the Phase IV NCP commands listed in the PEEK Node_Names Set-up Subtopic: IV-Phase-DECnet-Setup. $ RUN SYS$SYSTEM:NCL.EXE CREATE NODE 0 SESSION CONTROL APPLICATION PEEK SET NODE 0 SESSION CONTROL APPLICATION PEEK NODE SYNONYM TRUE SET NODE 0 SESSION CONTROL APPLICATION PEEK INCOMING PROXY TRUE , - OUTGOING PROXY TRUE SET NODE 0 SESSION CONTROL APPLICATION PEEK IMAGE NAME - PEEK$LOCATION:PEEKNET_V7.EXE SET NODE 0 SESSION CONTROL APPLICATION PEEK ADDRESSES { NAME = PEEK } CREATE NODE 0 SESSION CONTROL APPLICATION SPY SET NODE 0 SESSION CONTROL APPLICATION SPY NODE SYNONYM TRUE SET NODE 0 SESSION CONTROL APPLICATION SPY INCOMING PROXY TRUE , - OUTGOING PROXY TRUE SET NODE 0 SESSION CONTROL APPLICATION SPY IMAGE NAME - PEEK$LOCATION:SPYNET_V7.EXE SET NODE 0 SESSION CONTROL APPLICATION SPY ADDRESSES { NAME = SPY } $ EXIT These commands are in the file PEEK_SPY_NET$NCP_APPLICATIONS.COM which is included with your Peek/Spy distribution. You can enable this typical application setup for DECnet Phase V by executing this command file. You may also add this to your SYSTARTUP_VMS.COM if you always want to have the PEEK/SPY applications defined for DECnet Phase V. NET$CONFIGURE.COM may also be used to add the PEEK/SPY applications to DECnet. See the appropriate VMS Networking manual for more information about granting access to PEEK as a network application, and for the appropriate commands for doing this, based on the security considerations of your site.