Hello,
I am trying to run a perl script on my client machine (win xp pro) and basically what it does it just moves a folder from one directory on the server (win server 2003) to another directory on the server. When I try to run it I get an access denied error. So I just tried to use the MOVE command and it still gives me the same message
C:\Documents and Settings\Tim\My Documents\test1>MOVE \\Server\Bankpro\test "\\Server\BPdismis"
Access is denied.
So it looks like a permission problem but I have adminstrative privlages from my client machine, I can navigate to the server though my network places, get on the server and move files to diffrent directories with no problem. Its just when I try to do it from the command prompt. Any suggestions, Ideas?
Thanks
I am trying to run a perl script on my client machine (win xp pro) and basically what it does it just moves a folder from one directory on the server (win server 2003) to another directory on the server. When I try to run it I get an access denied error. So I just tried to use the MOVE command and it still gives me the same message
C:\Documents and Settings\Tim\My Documents\test1>MOVE \\Server\Bankpro\test "\\Server\BPdismis"
Access is denied.
So it looks like a permission problem but I have adminstrative privlages from my client machine, I can navigate to the server though my network places, get on the server and move files to diffrent directories with no problem. Its just when I try to do it from the command prompt. Any suggestions, Ideas?
Thanks