Usage: s1mp3-import-contacts.py -v VERSION -o OFFSET file.csv VERSION is the TELBOOK.EXE program version. Use 1.0, 1.1 or 2.0. Version 1.0: Year 2003, 40KB, generates the TELBOOK.BIN file with 12KB Version 1.1: Year 2004, 40KB, generates the TEL_SAVE.BIN file with 25KB Version 2.0: Year 2004, 457KB, generates the TELBOOK.BIN file with 12KB OFFSET is the CSV fields offset. Use a program name or make your own. yahoo : The CSV is on the Yahoo! format outlook : The CSV is on the MS Outlook format kontact : The CSV is on the Kontact (Kaddressbook) format 1,2,3,4,5,6: Sample of customized CSV offset (must be six numbers) Examples: python s1mp3-import-contacts.py -v 2.0 -o outlook contacts.csv python s1mp3-import-contacts.py -v 1.1 -o '1,10,22,5,6,9' contacts.csv