diff options
Diffstat (limited to 'VMS/msg_install.com')
-rw-r--r-- | VMS/msg_install.com | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/VMS/msg_install.com b/VMS/msg_install.com new file mode 100644 index 0000000000..ed8444edfe --- /dev/null +++ b/VMS/msg_install.com @@ -0,0 +1,14 @@ +$ ! Used by the main descrip.mms to print the installation complete +$ ! message. +$ ! Arguments: +$ ! P1 startup / setup / shutdown scripts directory +$ ! P2 distinguishing version number ("major version") +$ +$ systartup = p1 +$ osslver = p2 +$ +$ WRITE SYS$OUTPUT "Installation complete" +$ WRITE SYS$OUTPUT "" +$ WRITE SYS$OUTPUT "Run @''systartup'openssl_startup''osslver' to set up logical names" +$ WRITE SYS$OUTPUT "then run @''systartup'openssl_utils''osslver' to define commands" +$ WRITE SYS$OUTPUT "" |