Hi All
Can anyone please help me with the following
I am trying to set up a batch file which gets executed once a file gets uploaded
Creating the event is the easy part but creating the batch file is driving me insane
all I wont to do is to copy one folder called serv-u to a unc patch e.g. \\contoso\uploads
here what I have wrote
robocopy D:\Serv-U\ \\contoso\uploads\ /e /zb /SECFIX /copyall /mir
but as this is not run as admin it wont work but I cannot think of another way to do this or to get it run as admin
Many thanks