I'm not connected to the server for a few days so can't experiment but I did
try running as administrator with the same negative result - permissions
issue.
However, I want to run the file from a desktop shortcut so right-clicking
the .bat and selecting "Run as administrator" would not be my ideal answer.
I read elsewhere that I should "Take Ownership" of the folder and haven't
tried this. Any comment, please.
"P. Di Stolfo" wrote:
> Hello,
>
> try right-clicking the .bat and selecting "Run as administrator". Will it
> work?
>
> Greetings,
> P. Di Stolfo
>
> --
> //-----------------------------------------------------------------------------------------------------------
> // http://blog.lysorp.com - small Windows Blog in German language
> //-----------------------------------------------------------------------------------------------------------
>
> "Ashpoint" <> schrieb im Newsbeitrag
> news:15E960D8-B9C0-4234-8528-...
> >I have used the following .BAT file to update a two folders on my laptop.
> >
> >
Code:
> > XCOPY \\server\network\Files\*.* "%userprofile%\My Documents\Files\" /D /E
> > /V /F /R /Y
> >
> > XCOPY \\server\network\Strata\*.* "%userprofile%\My Documents\Strata\" /D
> > /E
> > /V /F /R /Y
> >
> >
> > The file worked for years when the OS was Windows XP Pro.
> >
> > Now I have a Vista Business system, the process fails with permissions
> > issues.
> >
> > Please advise where to look for a resolution
> >
> > Thanks in advance:
> >