Click here to Skip to main content
15,885,216 members
Articles / Programming Languages / Visual Basic

Synchro

Rate me:
Please Sign up or sign in to vote.
4.43/5 (13 votes)
20 May 2009GPL35 min read 74.3K   1K   75  
A control to synchronize folder contents.
<!doctype HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Synchro - home</title>
<link href="help.css" rel="stylesheet" type="text/css">
</head>

<body background="images/fond.jpg" bgproperties="fixed">

<table class="Entete">
  <tr>
    <td class="Titre">Documentation<br>
      <span class="SousTitre">Synchro</span></td>
  </tr>
</table>
<hr size="1">
<table class="Page">
  <tr> 
    <td class="Texte"> <p>Synchro allows copying a folder into another, with a 
        full set of options, similar to those of dos XCopy, including synchronisation 
        (files deleted from the source since the last copy will be deleted in 
        the target). It can be run from the command line (to incude it into scripts) 
        or interactively as a Windows application.</p>
      <ul>
        <li><a href="commandline/index.htm">Running from the command line</a></li>
        <li><a href="interactive/index.htm">Interactive mode</a> with <a href="interactive/options.htm">program
          options</a> </li>
        <li><a href="options/index.htm">Copy Options</a></li>
      </ul>
      <p><a href="about.htm">About...</a></p>
      <hr> <p class="FinPage">&copy; 2003-2005 - Updated 
        <!-- #BeginDate format:Am3 -->01/28/2005<!-- #EndDate -->
    </td>
  </tr>
</table>

</body>

</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Engineer
France France
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions