home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / database / db_dump / readme.po < prev   
Encoding:
Text File  |  1987-06-07  |  541 b   |  19 lines

  1. Hi Pete!
  2.  
  3.     Here's a new db_dump.c and db_dump.exe for you.  Well, not really new,
  4. just changed the absolute minimum to make it useful.  Sample calls:
  5.  
  6.     C>db_dump myfile        /* don't need .dbf extension: supplied */
  7.     C>db_dump myfile.dbf    /* but you can use it */
  8.     C>db_dump myfile.bak    /* or anything else for that matter */
  9.  
  10.     C>db_dump myfile         /* dumps ALL records */
  11.     C>db_dump myfile 20        /* dumps first 20 records */
  12.     C>db_dump myfile 20-25    /* dumps records 21,22,23,24,25 */
  13.  
  14.     Okay?
  15.  
  16.                                     -- Andrew
  17.                                        6-7-87
  18.  
  19.