Opening a local URl (Windows)

Hervé Chaudet herve.chaudet at medecine.univ-mrs.fr
Fri Jan 17 04:44:01 EST 2003


I need to open a local url in a browser under windows. I've tried the  
solution previously proposed :

on launchBrowser theURL
  set the hideConsoleWindows to true
  put empty into theTitle
  if "NT" is in the systemVersion then
    set the shellCommand to "cmd.exe"
    put quote & quote into theTitle
  end if
  get shell("start" && theTitle && theURL)
end launchBrowser

but without success.

Any solution ?

Thanks

H. Chaudet
------------------------------------------------------------------------ 
-----
Herve Chaudet                                          e-mail :  
lhcp at acm.org
   mobile : 33-(0)-608-05-98-09
  Unité UPRES EA 2672
   Faculte de Medecine - 27, Bd Jean Moulin - 13385 Marseille cedex 5 -  
France
       Tel 33-(0)-491-79-19-10 ; Fax 33-(0)-491-79-40-13
  Service de l'Information Medicale
   Hopital Nord - Chemin des Bourrelly - 13326 Marseille cedex 15 -  
France
       Tel 33-(0)-491-96-80-20
------------------------------------------------------------------------ 
-----



More information about the metacard mailing list