Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/11/2004, 12:23
elandro
 
Fecha de Ingreso: octubre-2004
Mensajes: 50
Antigüedad: 20 años, 6 meses
Puntos: 0
Abre el archivo:
Código HTML:
Set fso = CreateObject("Scripting.FileSystemObject")
file = "c:\InetPub\wwwroot\pronos.php.htm"
Set ts  = fso.OpenTextFile(file, ForReading)
Lee con el statement ReadLine y escribe con el mismo.