(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 …
-
Maps the Users Home Drive to another drive share X:
-
Checks to see if the files are present
-
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.