home *** CD-ROM | disk | FTP | other *** search
- CICA2DB - Create a database importable file from cica's win3 index
-
- This program will create a 'comma and quote delimited' file from the Index
- files of windows 3.0 programs at cica.cica.indiana.edu. This file can be
- imported in alsmost any kind of database. The format of the output file
- is:
-
- "win3/bmp","filename.zip","Description"
- "win3/dir","nextfile.zip","Bla Bla"
-
- The program syntax is:
-
- cica2db <input file> <output file>
-
- <input file> is the cica Index file
- <output file> is the file you want the converted data to be written to.
- NOTE: if that file exists it will be overwritten, don't
- compain to me if you lose data, I hereby warned you!!
-
- Program info:
- -------------
- Author: Hans van Oostrom
- hans@pine.circa.ufl.edu INTERNET
- hans@ufpine BITNET
-
- Date: Feb 7, 1991
-
- Version: 1.00
-
- Modifications: none
-
- Status: Public Domain
- You need not to send any money to use this, it's
- absolutely free. Also the source code is provided, so
- make all the modifications you want. If you like it you
- can let me know if you want to.
-
-
- Compiled with Turbo C++ 1.00, also compatible with MSC 5.1
-