home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
text
/
edit
/
macro
/
mpascal
/
exefile.ged
< prev
next >
Wrap
Text File
|
1994-09-11
|
343b
|
23 lines
/*
** $VER: exefile 0.001 (11 Sep 1994) ***
**
** (c) © 1994 Oliver Clouth
**
*/
host = ADDRESS() /* get GED's port */
IF show('p', 'MPASCAL') THEN
do
ADDRESS MPASCAL
"exefile"
end
else
do
ADDRESS (host)
'REQUEST BODY "Couldn''t launch MPascal ?!"'
end
EXIT