This tip was printed from the MalekTips Computer and Technology Help and Tips website at http://malektips.com.
SUMMARY: Download a substitute for the Unix SYNC command that flushes information to disk.
In Unix, the sync command flushes buffered information to disk, useful if you are about to eject an external drive or if important information must be written to disk and the computer may be put in a state where it could crash.
If you need a substitute for the sync command in Windows XP, you can download it from the Sysinternals site, part of Microsoft TechNet.
Simply download the zip file Sync.zip, unzip the contained executable to your main Windows directory, and you can flush information to disk with the following command:
sync
If you only wish to flush certain drive letters, add those letters after the command, i.e.:
sync h:
Other options:
-r
This flushes removable media.
-e
This ejects removable media.
* Download Sysinternals Sync
Press the "print" button on your browser or select "File" - "Print" to print this tip. Then, return to Windows XP and DOS - SYNC Command to Flush Buffered Information
Standard disclaimer applies - read http://malektips.com/disclaim.html