TSD V1.0
========

This program can be used to unerase a SICOLOG measurement, or to copy a SICOLOG
raw measurement from the USB stick into a file. The general syntax of TSD.EXE is 
"TSD cmd USB-drive-letter [file]" where cmd is either "u" for unerase or 
"c" for copy.


Unerase a SICOLOG measurement
-----------------------------

Example: TSD u f:

This command unerases a SICOLOG measurement on the USB stick if the stick is 
mounted as drive with the letter "F:".


Copy a SICOLOG raw measurement from a USB stick into a file
-----------------------------------------------------------

Example: TSD c f: data.bin

This command copies the raw measurement from the USB stick which is mounted as 
drive with the letter "F:" into the file "data.bin".