home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Internet / Mail / iris.lha / Iris / BrowseWWWscripts / AMosaic next >
Text File  |  1997-12-23  |  273b  |  12 lines

  1. /* REXX script to start AMosaic.
  2.  * WARNING: this script has not been tested!
  3.  */
  4.  
  5. parse arg URL
  6. if ~show('P','AMOSAIC.1') then do
  7.    address command 'cd AMosaic:'||'0a'x||'run >nil: AMosaic'
  8.    address command 'waitforport AMOSAIC.1'
  9. end
  10. address 'AMOSAIC' 'JUMP URL' URL
  11.  
  12.