Click here to Skip to main content
15,886,137 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 - Sommaire</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 permet la copie d'un dossier dans un autre, 
        avec de nombreuses options similaires &agrave; celle de Xcopy, ainsi que 
        la synchronisation (les fichiers supprim&eacute;s dans le dossier source 
        depuis la derni&egrave;re copie seront supprim&eacute;s dans le dossier 
        cible). Le programme peut &ecirc;tre ex&eacute;cut&eacute; en ligne de 
        commande (dans un script par exemple) ou en mode interactif comme une 
        application Windows.</p>
      <ul>
        <li><a href="commandline/index.htm">Ex&eacute;cution &agrave; partir de 
          la ligne de commande</a></li>
        <li><a href="interactive/index.htm">Ex&eacute;cution en mode interactif</a> avec
          les <a href="interactive/options.htm">options du programme</a> </li>
        <li><a href="options/index.htm">Options de copie </a></li>
      </ul>
      <p><a href="about.htm">A Propos...</a></p>
      <hr /> <p class="FinPage">&copy; 2003-2009 - Mise � jour le 
        <!-- #BeginDate format:En2 -->12-Mar-2009<!-- #EndDate -->
    </p></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