home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / comm / iris / browsewwwscripts / ibrowse < prev    next >
Encoding:
Text File  |  1998-03-08  |  296 b   |  12 lines

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