==============================================================================

            TUEXPORT  version 0.1       23/10/96


      TBBS userbase to Comma Separated Value (CSV) export utility


   Written by:         Robert Dyball (c) 1996

   Internet email:     bob.dyball@dse.com.au
   Fidonet:            3:711/932
   Fax:                +61-2-9887-2972


==============================================================================

What does it do?
----------------


    Read the TBBS user log, USERLOG.BBS file, and exports it to a file called
    USER_RPT.CSV that will be written in the same directory as the utility
    was, or you were, when you ran it.

    ie,. if you want to get a list of your users, like:


"06430","PETER SMITH     (rest of name)   ", .. (continued on next line) ...

... "06","10","96","password","M03/19/66     (rest of notes)       "


(it is a bit hard to fit on 1 line, so squint a nbit, and imagine...)

You get all the users, starting at 0 usually for sysop, like this:

    user number, user name, dd, mm, yy, password, notes

where dd,mm,yy are the users expiry date.

==============================================================================

What use is a CSV file?
-----------------------

You can load this into something else, sort it, and find users with
the same date of birth (I use the start of the notes field for Gender
and Date of Birth), or password, or similar names..

This is useful for finding those !@!@#$ people who make life a pain in the
veritable for sysops and other users, as well as allowing you to do mailings
and other things..


==============================================================================

What files are what? ...
-----------------------

    tuexport.zip    The original ZIP file, as distributed


  it contains (or did when I did it, the following files:


    tuexport.exe    The TBBS Userlog CSV export utility, already compiled

    tuexport.c      Turbo C source       \
    tuexport.prj    Turbo C project file  \-- use these if you want to
    tuexport.dsk    Turbo C DSK file      /   modify the file, using Turbo C
    tuexport.obj    Turbo C object file  /    (or other C compiler).
    tbbs_2.h        Include file        /

    tuexport.txt    This text file, with a few rought notes on the program

==============================================================================

Disclaimer
----------

This program is supplied as is, as I am not charging you to use it, then
I do not feel I owe you anything if it doesn't work.

I do not want to know if your dog eats you cat because of this program,
nor if your computer goes up into smoke, gets eaten in a black hole, or


==============================================================================

How much is the program?
------------------------

Free!

     BUT!!

     If you like the program, find it of use, I'd think it nice if you
     gave $10 or $20 or so to a worthwhile charity.


==============================================================================

Copyright
---------

As I wrote this, I would think it a bit mean of someone to take it,
change it, and then go and sell it, or say they wrote it...

If you want to use some of it, tell me, and I am sure I can come to
some arrangement, hey even barter something for it, who knows !  :)

In other words, you are free to use this, as is, or modified, if it is
for your personal use, and not sold off to others.

==============================================================================

