!  -- Wolfenstein 3D for OpenVMS --   ! Read ALL the documentation FIRST!   4 This kit includes an executable, objects and source.  K The executable was built on OpenVMS Alpha V7.3-1 with Compaq C V6.5-001. To J run the executable you need to define a logical to point to the data files1 and a symbol to point to the executable, like so:    Example:       $ SHOW DEFAULT     DUA0:[WOLF3D] @     $ DEFINE WOLF3D_DATA DUA0:[WOLF3D.DATA]	! Data file location@     $ DEFINE WOLF3D_SAVE DUA0:[WOLF3D.SAVE]	! Save file location.     $ WOLF3D == "$DUA0:[WOLF3D]WOLF3D.AXP_EXE"     $ WOLF3D -noshm -x2   E   Next you will see the Wolf3D startup screen and you're ready to go! 