" OpenVMS port of Fly8 version 1.02:" ==================================  J You can run FLY8 in demo mode via FREEWARE_DEMO.COM procedure (warning, a J FLY.LOG file is created under SYS$LOGIN directory). To run FLY8 in  normalN mode (where you can define targets, drones, and pilot your plane), look at theI installation procedure, or run it via FLY symbol after executing the demo G (FREEWARE_DEMO.COM procedure defines all needded symbols and logicals).   + Look at FLY8.DOC file to find the commands.   2 Exit:  ESC X yes   (ESC = CTRL 3 on VMS keyboards)  A Sources are available under [.SRC] directory in FLY8_102.ZIP file    To rebuild and/or install: ========================= F You need DEC C to compile it (tested with DEC C 4.0 under VAX-VMS 6.0)  * Build procedure on VAX/VMS with DEC C 4.0:  F $ @COMPILE_PORTABLE_VMS_DECC.COM   ! compilation of portable procedure $ set def [.VMS]B $ @COMPILE_VMS_DECC.COM   ! compilation of VMS-specific procedures
 $ set def [-] / $ @LINK_VMS_DECC.COM      ! Link all this stuff     H Build procedure on AXP/VMS 6.1 with DEC C 4.0 (not tested with DEC C 1.3 and AXP/VMS 1.5):   F $ @COMPILE_PORTABLE_VMS_DECC.COM   ! compilation of portable procedure $ set def [.VMS]I $ @COMPILE_VMS_AXP.COM    ! compilation of VMS-specific procedures  (with (                             /PREFIX=ALL)
 $ set def [-] / $ @LINK_VMS_DECC.COM      ! Link all this stuff    Install procedure:  M FLY8 directory is provided with all the necessary stuff to run FLY8. You just K need to install it somewhere on your system and copy the executable (VAX or J AXP or both ...) into. Now you can define a logical name FLY8_DIR pointingN on this directory and a DCL symbol with -F option to run FLY8 in a comfortable way:  C $ copy fly8.exe [-.FLY8]* /log     ! exe in the fly8 data directory ? $ define FLY_DIR the_FLY8_data_directory  ! logical name needed B $ fly :== "$DISK:[XXXX.FLY8]fly8 """-F FLY_DIR:""""   ! DCL symbol  E DO NOT DEFINE FLY8 SYMBOL TO RUN FLY8 ... FLY8 symbol is used to pass O arguments..... You run Fly8 invoking FLY symbol. Delete FLY8 symbol if you have  already created it.   & $ fly                    ! Normal mode  $ $ fly -z5                ! demo mode   etc ...   I A VMS Help file is provided (FLY.HLP), you can install it in one of yours  help libraries.      Enjoy.  B Patrick Moreau, CENA/Athis-Mons - FRANCE                 Sept 1994   pmoreau@cena.dgac.fr moreau_P@decus.decus.fr 