
10/02/2003, 16:03
|
 | Colaborador | | Fecha de Ingreso: abril-2001
Mensajes: 353
Antigüedad: 24 años Puntos: 2 | |
Yo me lo se con manzanas Hola
prueba así:
Set oSFile = Server.CreateObject("Scripting.FileSystemObject")
Set oTextArch = oSFile.OpenTextFile ("C:\Inetpub\Prueba\MyFile.txt")
cTexto = Trim(oTextArch.ReadAll)
Set OsFile = Nothing
oTextArch.Close
Set oTextArch = Nothing
response.write(cTexto)
Saludos
Rickoe |