Home > Freeware > sync tool on Windows XP

sync tool on Windows XP

November 30th, 2008 admin Leave a comment Go to comments

Everybody uses USB memory or disk today. We copy large files into them, or read and modify some files in them. If not stop USB memory/disk properly, changes or files copied maybe lost.

If you like function of sync in Unix or Linux, you should look at:
sync tool in systernals: http://technet.microsoft.com/en-us/sysinternals/bb897438.aspx


Sync v2.0

By Mark Russinovich

Published: November 1, 2006

Introduction
UNIX provides a standard utility called Sync, which can be used to direct the operating system to flush all file system data to disk in order to insure that it is stable and won’t be lost in case of a system failure. Otherwise, any modified data present in the cache would be lost. Here is a an equivalent that I wrote, called Sync, that works on all versions of Windows. Use it whenever you want to know that modified file data is safely stored on your hard drives. Unfortunately, Sync requires administrative privileges to run. This version also lets you flush removable drives such as ZIP drives.

Using Sync
Usage: sync [-r] [-e] [drive letter list]

-r Flush removable drives.

-e Ejects removable drives.

Specifying specific drives (e.g. “c e”) will result in Sync only flushing those drives.

Download Sync 40 KB

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Sphinn
  • Google Bookmarks
  • Furl
  • Spurl
  • Mixx
  • MySpace
  • Live
Categories: Freeware Tags: , , ,
  1. No comments yet.
  1. No trackbacks yet.