home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / catds138.zip / CATDOS.DOC < prev    next >
Text File  |  1994-06-05  |  3KB  |  56 lines

  1. CATDOS.APP
  2. By Jeff Bankston
  3. First published April 14, 1994
  4.  
  5. CATDOS.APP is a small FoxPro project that converts TAPCIS-compatible
  6. CIS catalog files with the .CAT extension into an xBase database with
  7. the DBF extension. In this current revision, the only restrictions present
  8. are that the source file must have the .CAT extension as per what TAPCIS
  9. generates and the source file must also reside in the current directory 
  10. where CATDOS.APP resides. To run the application, enter 'DO CATDOS<cr>'
  11. from the command window in Foxpro. If you do not have FoxPro v2.0, then
  12. you need the FoxPro redistributable files FOXDST.ZIP in the ZNT:TIPS forum.
  13. From the DOS prompt, with all files in the same directory, enter
  14.  
  15. FOXPRO CATDOS<cr>
  16.  
  17. to start the application.
  18.  
  19. The 6 files in the archive CATWIN.ZIP are:
  20.  
  21. 1) CATDOS.APP -----> the application itself
  22. 2) CATDOS.DOC -----> this text file
  23. 3) TEMPDBF.DBF ----> the template database
  24. 4) VENDOR.DOC -----> Vendor documents for distributing this program
  25. 5) README.TXT -----> important documentation about BCI Associates programs
  26. 6) INVOICE.DOC ----> how to register this product
  27.  
  28.  
  29. Please keep all three files in the same directory; in fact, this is a 
  30. requirement of the template database.
  31.  
  32. UPDATE - 01 May 1994; latest update is Build 4 version 1.29 which adds
  33. a little more error checking, different timer reporting functions, and
  34. fixes a bug in the path commands needed for the program.
  35.  
  36. UPDATE - 03 May 1994; I usually don't post patches this close together,
  37. but I found a nasty one affecting running of the program. CIS catalogs
  38. have a DESCRIPTION limit of 549 characters; however, these 549 characters
  39. can exist in quite a few lines! I found one DESCRIPTION that was 22 lines
  40. long! Usually, they don't go over 8 or 10 lines. I added the capability
  41. to process up to 25 lines of a DESCRIPTION, and I also added a new field
  42. in the database that stores the name of the forum as a field entry. This
  43. is useful when you want to combine databases and be able to sort files
  44. based in a particular forum from this combined database. I also included
  45. a Windows PIF file that works well on my system.
  46.  
  47. UPDATE - 05 June 1994; added some estimates as to how much, and how long,
  48. you can expect a particular conversion to take. It now reports every 3 to
  49. 5 seconds what these statistics are during the conversion.
  50.  
  51. Send all feedback and comments to me at CIS 72040,2041. I take all 
  52. comments, good, bad, and indecent...... especially the good.
  53.  
  54. Jeff
  55.  
  56.