Results 1 to 10 of 10

Thread: what is good software to sync files between two win XP computers?

  1. #1
    Low Bitrate
    Join Date
    Dec 2003
    Posts
    68

    what is good software to sync files between two win XP computers?

    Two computers are conected over the network. I have tryed to use Briefcase, but there is no instructions, how to do it. Is there any other ideas?
    ProjectEZP.com – next generation police speedtrap locator. Free database for your GPS system (includes US/Canada).

  2. #2
    Variable Bitrate
    Join Date
    Jul 2004
    Location
    NL, Druten
    Posts
    380
    hey,

    Someone posted a tool he made: ezsync
    don't know which topic it was.. but the program works well...

  3. #3
    Banned
    Join Date
    Dec 2004
    Posts
    84

  4. #4
    Raw Wave justintime's Avatar
    Join Date
    Apr 2005
    Posts
    2,705
    EZsync:
    http://richmet.homeip.net/ezsync/ezsync.htm

    have not tried it though
    2002 Honda CR-V
    Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
    Spent so far: $1105.90


    Download the NEXUS Skin for Centrafuse
    ...or even Listen to my music

  5. #5
    Variable Bitrate
    Join Date
    Apr 2004
    Location
    Spring Hill, Florida
    Posts
    391
    Quote Originally Posted by murdermuppet

    Thanks for that link...for some reason I have been unable to get EZSync working on my computers. This one worked like a charm.
    2005 Black Chevy Impala
    Current Status: Installed in Vehicle/Testing 75%

  6. #6
    Newbie ytwater's Avatar
    Join Date
    May 2005
    Posts
    5

    Good Sync Tool

    Here's a tool that I've used quite a bit between my laptop and work/home computer.

    http://www.allwaysync.com/

    [oh yeah, it's freeware]

  7. #7
    Newbie mportobello's Avatar
    Join Date
    Jan 2004
    Location
    Calgary, Canada
    Posts
    50
    Here is the DOS batch script I use. I run it from my root music folder.

    Sync.bat
    Code:
    net use x: "\\192.168.0.2\c$\!Library" /persistent:no
    xcopy /c /s /e *.mp3 x: /-y  < no.txt
    You also need a no.txt file that just contains the letter 'n' repeated many many times (at least one 'n' for each mp3 you have). No newlines. e.g.

    no.txt
    Code:
    nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
    1997 Toyota Celica

  8. #8
    I'm sorry, and you are....? frodobaggins's Avatar
    Join Date
    Jan 2003
    Location
    Ruston, LA
    Posts
    8,846
    Quote Originally Posted by mportobello
    Here is the DOS batch script I use. I run it from my root music folder.

    Sync.bat
    Code:
    net use x: "\\192.168.0.2\c$\!Library" /persistent:no
    xcopy /c /s /e *.mp3 x: /-y  < no.txt
    You also need a no.txt file that just contains the letter 'n' repeated many many times (at least one 'n' for each mp3 you have). No newlines. e.g.

    no.txt
    Code:
    nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn


    here is a no file with 100 thousand n characters
    Attached Files Attached Files
    • File Type: zip no.zip (225 Bytes, 54 views)
    [H]4 Life
    My next generation Front End is right on schedule.
    It will be done sometime in the next generation.
    I'm a lesbian too.
    I am for hire!

  9. #9
    I'm sorry, and you are....? frodobaggins's Avatar
    Join Date
    Jan 2003
    Location
    Ruston, LA
    Posts
    8,846
    Why don't you use this instead ?

    xcopy /c /e *.mp3 x: /y
    [H]4 Life
    My next generation Front End is right on schedule.
    It will be done sometime in the next generation.
    I'm a lesbian too.
    I am for hire!

  10. #10
    Newbie mportobello's Avatar
    Join Date
    Jan 2004
    Location
    Calgary, Canada
    Posts
    50
    Just for speed. /y will recopy the files you already have at the destination.

    One downside: I don't think /-y will copy files that you've updated.
    1997 Toyota Celica

Similar Threads

  1. Know any computer sync software?
    By Tidder in forum Software & Software Development
    Replies: 15
    Last Post: 10-05-2004, 11:46 AM
  2. FS: OEM Copies Win XP "2002" edition (SP1 integrated)
    By kai445 in forum Classified Archive
    Replies: 20
    Last Post: 03-08-2004, 03:03 AM
  3. Need good GPS software for Canada
    By Bobby Digital in forum GPS
    Replies: 7
    Last Post: 02-11-2004, 07:45 PM
  4. Replies: 8
    Last Post: 02-03-2004, 06:17 PM
  5. What software is this??? It looks really good....
    By bankingdom in forum Software & Software Development
    Replies: 7
    Last Post: 06-30-2003, 04:15 AM

Bookmarks

Posting Permissions

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