$ SET VERIFY !'F$Verify(0) $!CTRL-Verify Copyright © 1994 by Brian Schenkenberger. All rights reserved. $! ------------------------- 'F$verify(0) $!This software is provided "as is" and is supplied for informational purpose $!only. No warranty is expressed or implied and no liability can be accepted $!for any actions or circumstances incurred from the use of this software or $!from the information contained herein. The author makes no claim as to the $!suitability or fitness of this software or information contained herein for $!a particular purpose. $! ------------------------- $!This software may be copied and distributed only with the inclusion of this $!copyright notice. $!---------------------------------------------------------------------------- $ $! This is a DCL command procedure file containing template instructions for $! installing CTRLV as a DCL command and installing the CTRLV help file as a $! part of your DCL help. Edit this file and change the token placeholders $! {dev} and {dir} to reflect your environment. Then, execute this file as $! a DCL procedure to optionally install CTRLV as a command and/or update $! the system help library for CTRLV. $ $ SET :=SET $ SET SYMBOL/SCOPE=(NOGLOBAL,NOLOCAL) ! no symbols same as verbs $ $! Remove the comment below *only* if you intend to add CTRLV to the system $! DCL tables. $ $!SET COMMAND/TABLES=SYS$COMMON:[SYSLIB]DCLTABLES.EXE - ! /OUTPUT=SYS$COMMON:[SYSLIB]DCLTABLES.EXE - ! {dev}:[{dir}]CTRLV.CLD $!INSTALL REPLACE SYS$COMMON:[SYSLIB]DCLTABLES.EXE $ $! Remove the comment below *only* if you intend to add CTRLV to the system $! help library. $ $!LIBRARY/INSERT/HELP SYS$HELP:HELPLIB.HLB {dev}:[{dir}]CTRLV.HLP $ EXIT