home *** CD-ROM | disk | FTP | other *** search
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- --bldworld.com
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- $SET VERIFY
- $set command TADA$DIR:TELESOFT
- $set command TMPP$DIR:NADA
- $!
- $! The following VMS command file will rebuild the entire World
- $! Map Generator System, using the Telesoft Ada pre-release 2.1
- $! compiler.
- $!
- $! Build Interactive_World
- $!
- $@intworld
- $!
- $! Build Plotting_World
- $!
- $@pltworld
- $!
- $! Build Latitude/Longitude Points File conversion tools.
- $!
- $@ptsworld
- $SET NOVERIFY
- $exit
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- --intworld.com
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- $SET VERIFY
- $!
- $! The following VMS command file will rebuild the Interactive_World
- $! tool of the World Map Generator System, using the Telesoft Ada pre-release
- $! 2.1 compiler.
- $!
- $! Build Interactive_World
- $!
- $! Compile all the Ada package specifications. The order of compilation
- $! is SIGNIFICANT. Consult the World Map Generator System User's Guide for
- $! more details.
- $!
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menudraw.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menuPARSE.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menuFILEI.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING worlddata.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING graphic.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING termfunct.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menutypes.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menutext.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menucurre.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING worldmenu.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menuconst.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING trigf.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING floatch.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING coref.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING numpr.SP.
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING WORLDMAP.SP.
- $!
- $! Compile all the Ada package bodies and main subprograms.
- $! Compilation order of the bodies are insignificant.
- $!
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menuPARSE
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menuFILEI
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menudraw
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING worlddata
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING termfunct
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menutypes
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menutext
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menucurre
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING worldmenu
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING menuconst
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING trigf
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING floatch
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING coref
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING numpr
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING WORLDMAP
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING WORLD
- $!
- $! Set up a directory to hold all of the various terminal
- $! packages. Compile all terminal packages and move them into the
- $! new directory.
- $!
- $CREATE/DIR [.TERMS]
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING grprntrnx
- $COPY GRAPHIC.COD [.TERMS]GRprntrnx.COD
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING grvt240
- $COPY GRAPHIC.COD [.TERMS]GRVT240.COD
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING grvt241
- $COPY GRAPHIC.COD [.TERMS]GRVT241.COD
- $PU GRAPHIC.*
- $SET NOVERIFY
- $EXIT
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- --pltworld.com
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- $SET VERIFY
- $!
- $! The following VMS command file will rebuild the Plotting_World
- $! tool of the World Map Generator System, using the Telesoft Ada pre-release
- $! 2.1 compiler. This command file should only be executed AFTER the
- $! intworld.com file has executed.
- $!
- $! Build Plotting_World
- $!
- $! Compile all the Ada package specifications. The order of compilation
- $! is SIGNIFICANT. Consult the World Map Generator System User's Guide for
- $! more details.
- $!
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING plotmenu.sp.
- $!
- $! Compile all the Ada package bodies and main subprograms.
- $! Compilation order of the bodies are insignificant.
- $!
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING plotmenu
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING plot
- $SET NOVERIFY
- $EXIT
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- --ptsworld.com
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- $SET VERIFY
- $!
- $! The following VMS command file will rebuild the Latitude/Longitude
- $! point file tools of the World Map Generator System, using the Telesoft Ada
- $! pre-release 2.1 compiler. This command file should only be executed AFTER
- $! pltworld.com and intworld.com files have executed.
- $!
- $! Build tools
- $!
- $!
- $! Compile all the Ada package bodies and main subprograms.
- $! Compilation order of the bodies are insignificant.
- $!
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING pointsrea
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING symbolrea
- $ADA/MPP/DOTS/MPDOTS/NONOTIFY/SOURCE_LISTING symbolmer
- $SET NOVERIFY
- $EXIT
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- --world.com
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- $!
- $! This VMS command file is used to invoke the Interactive_World
- $! tool, or the World Map Generator System.
- $!
- $! Interactive_World requires that the VT241(or VT240) terminal be
- $! set in a nobroadcast, noecho mode. The tool will not execute
- $! correctly if the following commands are omitted:
- $!
- $ Set NoVerify
- $ Set Term/NoEcho
- $ Set Term/NoBroadcast
- $ On Control_Y Then Goto Done
- $ On Error Then Goto Done
- $ On Warning Then Goto Done
- $!
- $! Change terminal types if requested.
- $!
- $ if P1 .Eqs. "VT241" Then Goto VT241
- $ if P1 .Eqs. "VT240" Then Goto VT240
- $ Goto Execute
- $ VT241:
- $ Copy/Nolog [.Terms]GrVT241.Cod Graphic.Cod
- $ Purge/Nolog Graphic.Cod
- $ Goto Execute
- $ VT240:
- $ Copy/Nolog [.Terms]GrVT240.Cod Graphic.Cod
- $ Purge/Nolog Graphic.Cod
- $!
- $ Execute:
- $! Invoke Interactive_World, on termination or any errors goto
- $! label DONE.
- $!
- $!
- $! All graphic output to a VT240 or VT241 goes to the logical name
- $! TD$VT241:. If such a logical name has not been created, the following
- $! assignment must be used.
- $ Assign/User TT: TD$VT241
- $!
- $ Assign/User TT: Sys$Input
- $ Texe World
- $ Done:
- $ Set Term/Echo
- $ Set Term/Broadcast
- $!
- $! Interactive_World set the terminal to 132 column mode, lets reset
- $! reset the terminal to 80 columns.
- $!
- $ Set Term/Width=80
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- --plot.com
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- $! This VMS command file is used to invoke the World plotting
- $! tool, a part of the World Map Generator System.
- $!
- $ Set NoVerify
- $ Set Term/NoBroadcast
- $ On Control_Y Then Goto Done
- $ On Error Then Goto Done
- $ On Warning Then Goto Done
- $!
- $! Change the graphic terminal type to the printronix.
- $!
- $ Copy/Nolog/Noreplace [.Terms]GrPrntrnx.Cod Graphic.Cod
- $!
- $! Invoke Interactive_World, on termination or any errors goto
- $! label DONE.
- $!
- $ Assign/User TT: Sys$Input
- $ Texe Plot
- $!
- $! Restore the graphics package for interactive terminal use
- $! and reset the terminal for messages.
- $ Done:
- $ Delete/Noconfirm/Nolog Graphic.COD;0
- $ Set Term/Broadcast
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- --terms.com
- --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- $ SET DEFAULT DBA3:[LOPER.WIS.ULTRA.TERMS]
- $ CUR_DRIVE :== DBA3:
- $ CUR_PATH :== LOPER.WIS.ULTRA.TERMS
- $ LAST_DRIVE :== DBA3:
- $ LAST_PATH :== LOPER.WIS.ULTRA
- $ FROM :== TERMS
- $ THIS :== @DBA3:[LOPER.WIS.ULTRA]TERMS
- $ UP :== @DBA3:[LOPER.WIS]ULTRA
- $ WRITE SYS$OUTPUT ""
- $ SEARCH = F$SEARCH("*.DIR")
- $ IF SEARCH .EQS. "" THEN GOTO LEAF
- $ DIRECTORY /NOTRAILING/BRIEF *.DIR
- $ EXIT
- $ LEAF:
- $ SHOW DEFAULT
- $ WRITE SYS$OUTPUT "THERE ARE NO SUB-DIRECTORIES FROM THIS NODE."
-
-