$ TYPE SYS$INPUT Before you can build a VAX/VMS compatability mode version of HEX, you must edit HEXMACS.MAC and uncomment the RSX symbol definitions and system macros that are not supplied by VMS. $ INQUIRE/NOPUNCT YES "Have you edited HEXMACS.MAC? " $ IF YES THEN GOTO DOIT $ TYPE SYS$INPUT Please complete the edit and re-invoke this command file. $ EXIT $ DOIT: $ MCR MAC @HEXVMSASM $ MCR TKB @HEXVMSBLD $ WRITE SYS$OUTPUT "HEX build complete." $ EXIT