home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Internet / Mail / iris.lha / Iris / browsewww.rexx < prev    next >
OS/2 REXX Batch file  |  1997-12-23  |  210b  |  13 lines

  1. /* REXX script to start AWeb */
  2.  
  3. parse arg URL
  4. if show('P','AWEB.1') then
  5. do
  6.   address 'AWEB.1' 'OPEN 'URL
  7.   address 'AWEB.1' 'SCREENTOFRONT'
  8. end
  9. else
  10. do
  11.   address command 'cd AWeb3:'||'0a'x||'AWeb-II 'URL
  12. end
  13.