Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/05/2003, 16:33
Avatar de maestro
maestro
 
Fecha de Ingreso: febrero-2002
Ubicación: España
Mensajes: 2.364
Antigüedad: 23 años, 2 meses
Puntos: 1
<%
do while not rs.eof
File=trim(rs("id_kiwi"))
Archivo= File & ".dxf"

IF NOT FS.FileExists(Archivo) THEN
response.write("No existe el archivo") 'te faltaba esto
rs.MoveNext 'te sobra esto
Loop 'te sobra esto
Else
origen="Z:\solocad\"& archivo
destino="Z:\CADRetenido\"
objfso.MoveFile origen, destino
end if 'te faltaba esto

rs.MoveNext
Loop

rs.Close
Set rs = Nothing
oConn.Close
Set oConn = Nothing
%>
__________________
Jose Maria Fernandez
[email protected]
Http://www.expansionweb.net