How to Copy Files From Local Computer to Users Personal Drive

(imported topic written by luke.dewey91)

Hello,

I’m looking for a way to copy files from a folder on a users C:\ drive to copy it to their personal F:\ drive.

So far what i have done is I have a batch file that completes the task. So i created a custom fixlet

like so

dos start \servershare\scripts\copyfiles.bat

The file copyfiles.bat is on a Null Share. The Script does the following …

  1. Maps the Users Home Drive to another drive share X:

  2. Checks to see if the files are present

  3. Copy over files to the x:\ drive into a folder.

If you would like i can sent the batch file as well.

I think the problem has to do with the rights it requires to copy the files onto a network share im wonder how to use the run as current user do complete this task.

Thanks for all the help.