From: Chuck Blaisdell (chuck_at_ccncn.org)
Date: Wed Jul 11 2001 - 19:47:48 EDT
On 11 Jul 2001, at 18:53, Tom A. Trottier wrote:
> You can use XCOPY to keep the files in sync.
>
> e.g.
> xcopy c:\data\*.* d:\data\ /d /e /h /y
> xcopy d:\data\*.* c:\data\ /d /e /h /y
> will keep all the files in sync with the latest version on both -
> assuming:
> you always execute this command before moving to the other machine.
> the "data" directory tree has all the files you want kept in sync.
Very helpful. Thank you. Question, though: Does this preserve long file
names in Win9x?
This archive was generated by hypermail 2.1.3 : Thu Jan 23 2003 - 09:57:23 EST