<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff size=2>I 
know, I know this has been explained before but can somebody human explain me 
how to do it:)</FONT></SPAN></DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff size=2>I read 
from wiki:</FONT></SPAN></DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=284212615-18042007>If the DTB file you want to populate is the 
one opened with your log, <BR>use the File / Update database menu.<BR><BR>If 
not, you can easily use a very simple (g)awk script to make a DTB <BR>file. Here 
is a snippet (txt2dtb.awk) :<BR><BR>{<BR>   if ($0) 
{<BR>     if ($0 !~ /^#/) 
{<BR>       $1 = substr((toupper($1) 
"\0\0\0\0\0\0\0\0\0\0\0\0\0\0"),1,14)<BR>       $2 
= substr((toupper($2) 
"\0\0\0\0\0\0\0\0\0\0\0\0"),1,12)<BR>       
printf("%14s%12s",$1,$2)<BR>     }<BR>   
}<BR>}<BR><BR>Usage : (g)awk -f txt2dtb.awk FileIn.txt > 
FileOut.dtb<BR><BR>The .txt file must contain one "Callsign data" pair per line. 
Lines <BR>starting with # are ignored.<BR><FONT face=Arial color=#0000ff 
size=2>***********</FONT></SPAN></DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff size=2>well, 
this is completely Greek to me:)</FONT></SPAN></DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff size=2>I have 
a text file and I can activate the XDT file and see the names of stations but 
how to get the program to determine exchanges? Right now it loads HF.DTB for EU 
Sprint. Is there a specific DTB for Sprint that I could update with UPDATE 
DATABASE function? Or do I have to create it myself? What should be it's name? 
And how to create it? Can I take some other DTB file, rename it and then add 
data from log files through WinTest?</FONT></SPAN></DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff size=2>Maybe 
somebody smart could create a DTB file for everybody - i could send a thorough 
list (text file) of nearly 2000 calls that have shown up in the EU Sprint 
in the years 2002-2006. That would be hugely useful file - can you do 
it??</FONT></SPAN></DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff 
size=2>73</FONT></SPAN></DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff 
size=2>Tonno</FONT></SPAN></DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff 
size=2>ES5TV</FONT></SPAN></DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=284212615-18042007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV></BODY></HTML>