Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/04/2006, 16:22
Avatar de Fann_Lavigne
Fann_Lavigne
 
Fecha de Ingreso: diciembre-2004
Mensajes: 622
Antigüedad: 20 años, 4 meses
Puntos: 12
Para hacer la copia de una carpeta podrias usar esto:

Código:
Set v1 = CreateObject("Scripting.FileSystemObject")
Set v2 = v1.GetFolder("C:\X")
v2.Copy "C:\Y", True
Set v1 = Nothing
Set v2 = Nothing
Espero haberte entendido, kon un Do y DoEvents, puedes definir el tiempo de cada cuando se kopien o algo asi. Saludos.
__________________
"Entre Mas Brillante Es Una Mente, Tiene Que Luchar Contra Demonios Internos Mas Poderosos"
[email protected]