?           REMOTE -- Execute DCL commands on remote DECnet nodes 4                       V2.1, released August 20, 19948                  Hunter Goatley <goathunter@MadGoat.com>  F REMOTE lets you execute DCL commands on remote DECnet VMS systems.  ItF works by logging in via proxies and executing a task called DCLREMOTE.   To install REMOTE:  G    o  For each node to which you want to connect, copy DCLREMOTE.COM to F       a directory and execute the following commands, substituting the       appropriate directory:  
 	$ MCR NCP@ 	DEFINE OBJECT DCLREMOTE NUMBER 0 FILE SYS$MANAGER:DCLREMOTE.COM 	PURGE OBJECT DCLREMOTE USER  	PURGE OBJECT DCLREMOTE PASSWORD# 	DEFINE OBJECT DCLREMOTE PROXY BOTH = 	SET OBJECT DCLREMOTE NUMBER 0 FILE SYS$MANAGER:DCLREMOTE.COM  	CLEAR OBJECT DCLREMOTE USER  	CLEAR OBJECT DCLREMOTE PASSWORD  	SET OBJECT DCLREMOTE PROXY BOTH  ,    o  Define a foreign symbol to run REMOTE:  " 	$ remote :== $dev:[dir]remote.exe  - Brief on-line help is provided in REMOTE.HLP.   H I have not been able to track down the author of REMOTE, but I picked itF up from a DECUS VAX SIG tape from either '90 or '91.  This version hasK my name on it because I cleaned it up some and made it work on OpenVMS AXP.    Hunter ------  Hunter Goatley, MadGoat Software goathunter@MadGoat.com