Step ONE: Download the program into your VAX directory
Step TWO: Open your LOGIN.COM with a text editor
$ EDIT
Step THREE: Decide on a unique ALIAS for the program.
Step FOUR: Enter the alias line into your LOGIN.COM including the $
$ ALIAS :== "$FILENAME.EXE"
OR
$ ALIAS :== "@FILENAME.COM"
Be sure to replace ALIAS with the unique name and FILENAME with the real name of the program!
Step FIVE: Save your changes by hitting CTRL-Z.
Step SIX: Re-initialize by running your LOGIN.COM from the $ prompt.
$ @LOGIN
Step SEVEN: Run the program!
$ ALIAS