CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2001
    Posts
    260

    compares 2 directories - WinDiff - copy diff files to somewhere

    Hi everyone,
    I would like to compare 2 directories and copy files which are diffrent to anther directory. Exactly what I want to do as I do on Windiff.exe (included in Microsoft VSS 6.0) following:
    - I have 2 directories:
    + C:\Temp\A
    + C:\Temp\B
    - In Windiff, I select menu File > Compare Directories and input 2 directories above. Click OK to compare.
    - After that I select menu File > Copy Files. Windiff displays a dialog box and I put a path which the files copy to. Click OK to copy.

    So What I want is: copy all different files into another directory. But I want use it as command line. Windiff only support command line for some options but it does not support command line for function 'copy files'.

    Please tell me there is some softwares like Windiff and it supports command line for copying different files
    Thank you.
    V.

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    [Moved thread]

  3. #3
    Join Date
    Aug 2001
    Posts
    260
    why does my thread be removed ???? (

  4. #4
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    It has not been removed, it has been moved to the appropriate forum. Your question did have nothing to do with programming, but rather the search for a software tool (unless I have misunderstood your question).

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured