Learning123
Programmer
Hi everyone!
I was wondering if there is a way to keep my program active when it's processing a file. Basically, my program copies a file that is about 200mbs everyday at 2:00 PM. the code is:
Sub CopyFiles()
Set CopyItem = CreateObjec("Scripting.FileSystemObject"
CopyItem.CopyFile "C:\Development.vrx", "E:\Production\", True
End Sub
Everytime it begins to copy the program doesn't accept any commands until it's done. Is there anyway to keep the program active? Any suggestions are thank-fully welcome. Much thanks again!
I was wondering if there is a way to keep my program active when it's processing a file. Basically, my program copies a file that is about 200mbs everyday at 2:00 PM. the code is:
Sub CopyFiles()
Set CopyItem = CreateObjec("Scripting.FileSystemObject"

End Sub
Everytime it begins to copy the program doesn't accept any commands until it's done. Is there anyway to keep the program active? Any suggestions are thank-fully welcome. Much thanks again!