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

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