home *** CD-ROM | disk | FTP | other *** search
- Hi Pete!
-
- Here's a new db_dump.c and db_dump.exe for you. Well, not really new,
- just changed the absolute minimum to make it useful. Sample calls:
-
- C>db_dump myfile /* don't need .dbf extension: supplied */
- C>db_dump myfile.dbf /* but you can use it */
- C>db_dump myfile.bak /* or anything else for that matter */
-
- C>db_dump myfile /* dumps ALL records */
- C>db_dump myfile 20 /* dumps first 20 records */
- C>db_dump myfile 20-25 /* dumps records 21,22,23,24,25 */
-
- Okay?
-
- -- Andrew
- 6-7-87
-
-