Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > vista batch file problem

Reply
Thread Tools Display Modes

vista batch file problem

 
 
Stephen
Guest
Posts: n/a

 
      04-30-2008
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
 
Reply With Quote
 
 
 
 
nguinto@gmail.com
Guest
Posts: n/a

 
      04-30-2008
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


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista: Batch file cannot find path of exe Bruce Windows Vista General Discussion 5 09-26-2009 05:23 AM
Vista: Batch file cannot find path of exe Bruce Windows Vista General Discussion 1 12-11-2008 12:27 AM
Batch file renaming in Vista doesn't work! Malcolm H Windows Vista General Discussion 9 03-22-2008 01:00 AM
batch file calling exe file problem JPS Windows Vista Security 1 12-20-2007 12:18 AM
How to install Atl service program using batch file on vista rajendersaini@gmail.com Windows Vista Security 1 07-23-2007 01:20 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59