home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 19
/
AACD19.BIN
/
CDTools
/
GoFetch!
/
arexx
/
StandardScripts
/
StopGoFetch.miami
< prev
Wrap
Text File
|
1999-11-03
|
362b
|
19 lines
/*
** GoFetch Arexx Script
** Written by Ian Chapman/Marc Bradshaw
** for Zeus Developments
**
** V1.0 29.10.99
**
** This script can be used with MiamiDX to automatically
** stop and quit Go Fetch! when you go offline.
*/
PortName = 'GOFETCH'
If Show('p','GOFETCH') Then Do
Interpret 'Address 'PortName' stop'
Interpret 'Address 'PortName' quit'
End