Verify your user authorization on Install. Set it to full control if
necessary.
On Apr 30, 10:02 am, Stephen <smile_inspec...@hotmail.com> wrote:
> Good day
>
> I have a good working batch file for XP
> *****
> echo off
> echo starting copy install
> xcopy install "%userprofile%\my documents\Install" /c/s/y/i
> echo complete
> pause
> ******
>
> Changing to for Vista
> ******
> echo off
> echo starting copy install
> xcopy install "%userprofile%\documents\Install" /c/s/y/i
> echo complete
> pause
> ******
>
> I run as administrator but no copy preformed any idea what I am doing wrong
>
> Thanks
> Smiles
|