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 >
Wrap
Text File
|
1993-04-11
|
587b
|
23 lines
HI06: This example shows how FunnelWeb can be used to allow compile
time information sharing between two cooperating programs written in
different programming languages.
@A The following macro contains the temporary file name used to allow the
two shellscripts to transfer each file to be printed.
@$@<printfile@>@M==@{printme.txt@}
@A Here are the scripts for the local VMS node and the remote UNIX node.
@O@<hi06a.out@>==@{@-
DCL commands
copy @<printfile@> unixnode::
DCL commands
@}
@O@<hi06b.out@>==@{@-
unix commands
print @<printfile@>
unix commands
@}