Difference between revisions of "System Maintenance Tricks"

From VaxHaven
Jump to navigation Jump to search
(Created page with "== Changing Default DCL Prompt == <pre> $ SET PROMPT="''F$GETSYI("NODENAME")' $ " </pre> Put this in SYS$MANAGER:LOGIN.COM to have it executed on every login.")
(No difference)

Revision as of 17:38, 18 February 2013

Changing Default DCL Prompt

$ SET PROMPT="''F$GETSYI("NODENAME")' $ "

Put this in SYS$MANAGER:LOGIN.COM to have it executed on every login.