home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / BLDBTB.ZIP / BLDBTB.DOC next >
Text File  |  1992-04-23  |  4KB  |  90 lines

  1.         BLDBTB.EXE - A Utility to Create .BTB files from Btrieve files
  2.                                  April 23, 1992
  3.  
  4. Introduction
  5.  
  6. First things first.  If you don't use BTFILER (currently
  7. BTFL13.ZIP) this program is about as useful as tap shoes would
  8. be to a fish.  Don't despair:  you can download BTFL13.ZIP and
  9. then you can use this program.  Of course, all this assumes that
  10. you have Btrieve and some Btrieve files.
  11.  
  12. BTFILER allows you to create files using description files
  13. (.BTrieve Build or .BTB files).  Description files are in some
  14. ways more useful than interactive file creation tools, in that
  15. the results can be repeated by reusing the description file, or
  16. the results can be altered by modifying the description file.
  17. Would I like BTFILER to have an interactive file create utility?
  18. You bet.  However, in the meanwhile, I've got bills to pay, etc.,
  19. so this will have to do.
  20.  
  21.  
  22. Why would I use this?
  23.  
  24. I was in the process of modifying an existing system.  While
  25. doing that, I struck a deal with the user of the system that
  26. rather than hand coding a C routine to create the files, I would
  27. use .BTB files and my BTFILER utility.  This presented me with
  28. the problem of either typing in many .BTB files from existing
  29. statistics information and then modifying those .BTB files or
  30. creating a program that would generate the .BTB files from the
  31. existing data files and then modifying the program generated
  32. .BTB files.  Being a fairly bad typist (only about 30 NWPM on
  33. the really neat WORDRATER Typing/Word Processing Employee
  34. Selection test that I wrote on my "day job") but a fairly good
  35. programmer, I choose the "write a program to do it" route.  This
  36. program is the result of that effort.
  37.  
  38.  
  39. How do I use this program?
  40.  
  41. This is pretty straightforward:  Simply type BLDBTB followed by
  42. the name of the Btrieve file that you want the .BTB file created
  43. for and the filename for the .BTB file.  You may also specify an
  44. owner name by using a third parameter in the form of
  45. -Oownername.  As I have said, the most useful thing about
  46. building .BTB files is that you can use the .BTB file as a
  47. template for creating a similar but not identical file with
  48. minimal retyping.
  49.  
  50. If you forget the usage pattern, simply type BLDBTB and press
  51. ENTER.  The syntax will be displayed.
  52.  
  53. This is copyrighted material, but you may distribute it as you
  54. see fit.  Obviously, unless some other Btrieve Utilities
  55. developer starts using the .BTB format, if you distribute this
  56. to folks who don't use BTFILER you are wasting their and your
  57. time.  But, just so you know, it would be legal.  <G>
  58.  
  59.  
  60. Where do I get more info?
  61.  
  62. For more information, contact:
  63.  
  64.      ACCESS MICROSYSTEMS INC.
  65.      404 Midstreams Road
  66.      Brick, NJ  08724
  67.      (908) 892-2683
  68.  
  69.      CIS: 74040,607
  70.  
  71. BTFILER, our Btrieve File Maintenance and Recovery Utility
  72. Program, is currently available for single user's at a price of
  73. $29.00 + $4.00 S & H, or $129.00 per site.  BTFILER is shareware,
  74. so of course you are welcome to try it out before you buy.  The
  75. latest version of BTFILER is always available on CompuServe's
  76. NOVLIB forum (currently named BTFL13.ZIP.  The name will always
  77. be BTFL??.ZIP where ?? is the major rel number followed by the
  78. tenths of the release number).
  79.  
  80. Also, we have a public domain C++ wrapper class that is
  81. generally available on CompuServe's NOVLIB forum called
  82. BFILE2.ZIP.  And of course, we are available for any C/C++
  83. programming project, with or without Btrieve as a file manager.
  84.  
  85. Thank you.
  86.  
  87. Douglas J. Reilly
  88. President (FWIW)
  89. ACCESS MICROSYSTEMS INC.
  90.