home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / program / funnel.zoo / tests / hi06.fw < prev    next >
Text File  |  1993-04-11  |  587b  |  23 lines

  1. HI06: This example shows how FunnelWeb can be used to allow compile
  2. time information sharing between two cooperating programs written in
  3. different programming languages.
  4.  
  5. @A The following macro contains the temporary file name used to allow the
  6. two shellscripts to transfer each file to be printed.
  7.  
  8. @$@<printfile@>@M==@{printme.txt@}
  9.  
  10. @A Here are the scripts for the local VMS node and the remote UNIX node.
  11.  
  12. @O@<hi06a.out@>==@{@-
  13. DCL commands
  14. copy @<printfile@> unixnode::
  15. DCL commands
  16. @}
  17.  
  18. @O@<hi06b.out@>==@{@-
  19. unix commands
  20. print @<printfile@>
  21. unix commands
  22. @}
  23.