| |
geezery
Posts: 23
Score: 0
Joined: 5/28/2007
Status: offline
|
I'm starting to write a quite complex script and asp.net interface for an enterprice class backup solution for workstations. Does anyone have a working function that copies files & folders from source folder to destination folder by using the WMI copy (CIM_DATAFILE) etc.. I already have an WMI function that copies all the files recursively, but I have big troubles getting the folder structure staying same in the source folder and destination folder. I don't want to use FSO, since I'm going to build an asp.net user interface for users, so they could maintain their backup settings from there.
|
|