Results 1 to 4 of 4

Thread: Vista and batch file to copy files to XP machine

  1. #1
    Registered User
    Join Date
    Feb 2007
    Posts
    4
    Thanks
    0
    Thanked
    0 times in 0 posts

    Vista and batch file to copy files to XP machine

    I've just upgraded my main machine to vista, but keep a copy of important files on my media center pc (xp mce).

    Before upgrading I just had a batch files that contained the following

    xcopy "C:\Pictures" "\\hcpc\Pictures" /d /e /v /c /y /z

    -double clicking on it copied the files across.

    Now i'm running vista, the only way I can get this script to work is to first under computer, go to \\hcpc and enter a username and password. If i don't to this step first I just get an 'invalid drive specification message'.

    I'm not sure security wise what i need to do to get this to work without the above extra step. Any idea?

    Also was the feature canned in vista that allows you to keep directories in sync between two computers. I'm sure I ready about it months ago, but cannot find it.
    Cheers

  2. #2
    Senior Member
    Join Date
    Sep 2006
    Location
    Leeds
    Posts
    2,599
    Thanks
    80
    Thanked
    106 times in 94 posts
    Give microsofts SyncToy v1.4 a try. Thats windows vista compatible and is very handy for backing up files regularly

  3. #3
    Registered User
    Join Date
    Feb 2007
    Posts
    4
    Thanks
    0
    Thanked
    0 times in 0 posts
    thanks, just downloaded it and it looks ideal.

  4. #4
    Splash
    Guest
    I believe you could also have setup a persistent drive mapping to hcpc, but I use robocopy rather than xcopy so I could be wrong.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •