home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 28
/
amigaformatcd28.iso
/
-seriously_amiga-
/
comms
/
other
/
iris
/
browsewwwscripts
/
amosaic
next >
Wrap
Text File
|
1998-04-23
|
273b
|
12 lines
/* REXX script to start AMosaic.
* WARNING: this script has not been tested!
*/
parse arg URL
if ~show('P','AMOSAIC.1') then do
address command 'cd AMosaic:'||'0a'x||'run >nil: AMosaic'
address command 'waitforport AMOSAIC.1'
end
address 'AMOSAIC' 'JUMP URL' URL