home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / WebSites / WebSites < prev    next >
AmigaDOS Script File  |  2000-01-11  |  604b  |  33 lines

  1. .key url
  2. .bra {
  3. .ket }
  4.  
  5. set Browser `RequestChoice "Browse Web Pages" "Which WWW browser would you like to use?" "AWeb|IBrowse|Voyager|Cancel"`
  6. set WWW AACD06:AACD/WebSites
  7.  
  8. if $Browser EQ 0
  9.     quit
  10.     endif
  11.  
  12. Assign >NIL: AACD: EXISTS
  13. If WARN
  14.     execute :Welcome CHECK YES
  15.     endif
  16.  
  17. if $Browser EQ 1
  18.     Run >NIL: $WWW/AWeb3/AWebDemo LOCAL {url$$WWW/AWeb3/AAStart.html}
  19.     quit
  20.     endif
  21.  
  22. if $Browser EQ 2
  23.     Run >NIL: $WWW/IBrowse/IBrowse file://localhost/{url$$WWW/IBrowse/AAstart.html} CONFIGDIR $WWW/IBrowse
  24.     quit
  25.     endif
  26.  
  27.  
  28. if $Browser EQ 3
  29.     Run >NIL: $WWW/Voyager/V file://localhost/{url$$WWW/AACD.html}
  30.     quit
  31.     endif
  32.  
  33.