home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / CLIPPER / BACKUP.ZIP / README.BKP < prev    next >
Text File  |  1994-02-15  |  4KB  |  125 lines

  1. * NIKKITA Corp.
  2. * Shareware
  3. * Juan Antonio Moreno
  4. * Compuserve 73364,11
  5. * Internet: jmoreno@neomailbcm.pedi.bcm.tmc.edu
  6. * Phone: (713) 799-8540
  7. * Fax: (713) 770-1369
  8.  
  9. Description:
  10. Clipper add-on utility. Obj file called "BKPMENU.OBJ"
  11. Need no parameters to work.
  12. Just link it to your application.
  13. To call it, just make an option in your app. and
  14. call it by: "DO BKPMENU"
  15.  
  16. To run it alone, just:
  17. Create TEST.PRG file with the lines:
  18. DO BKPMENU
  19. RETURN
  20.  
  21. Compile it: CLIPPER test.prg /m
  22. Link it: RTLINK fi test,bkpmenu
  23.  
  24. Run it: TEST
  25.  
  26.  
  27. Explanation:
  28. This version of Backup clearly creates security copies
  29. of your DBF files from inside your application.
  30.  
  31. It is very useful to forget about using "outside" software
  32. and start using your own. Every app. that you develop,
  33. needs to have a security option, that enables you, or 
  34. your customer, to be safe.
  35.  
  36. That why we created Backup. To ensure you that your solution
  37. to your needs and your customers is satisfied.
  38.  
  39. Registering you obtain source code, which you can modify
  40. to your specific needs. For example: you can force your
  41. user TO MAKE BACKUP COPIES EVERY DAY. Just add a simple
  42. variable verification, and DONE!!
  43.  
  44. You are entitled to use this source and to modify it to
  45. your own needs, but not to lucrative purpose. You can't
  46. sell it, rent it, give it away, but you can tell your
  47. friends to register too!
  48.  
  49. You don't have to worry about space in diskettes also.
  50. Backup is so efficient, that can detect disk full, and 
  51. automaticly prompts for a next disk. Also, if your app.
  52. always use the same .dbf or the same disk directory, we
  53. created a set up file, were you can indicate that infor-
  54. mation.
  55.  
  56. Distribution: Shareware
  57.  
  58. * You may incorporate these routines into a commercial
  59.   application distributed as .EXE files once your
  60.   registration fee has been paid.
  61.  
  62. * You MAY NOT resell these functions either as-is, or in a
  63.   library.
  64.  
  65. * You must give credit somewhere in your documentation to
  66.   Juan A. Moreno/NIKKITA Corp.
  67.  
  68. Disclaimer:   No guarantee of any kind is made in regards to this code.
  69.  
  70. Try it. Use it often and enjoy the security.!!
  71.  
  72. Register and contribute to shareware!
  73. Also, doing so; you will get source code to add to your own 
  74. library. 
  75.  
  76. To register, send your check for $10.00 to:
  77.  
  78. * Juan Antonio Moreno
  79. * 7200 Almeda # 201
  80. * Houston, TX  77054
  81. * Phone: (713) 799-8540
  82. * Fax: (713) 770-1369
  83. * Internet: jmoreno@neomailbcm.pedi.bcm.tmc.edu
  84. * CIS 73364,11
  85.  
  86. Remember to include the disk size you want your source code ( 3.50" or 5.25").
  87. Comments and suggestions are welcome.
  88.  
  89. Special information:
  90.  
  91. The use BACKUP ver. 2.0b is very simple. Just fill all information asked
  92. and THAT'S IT. But to give you an explanation of everything:
  93.  
  94.  
  95. * Source drv/dir:   type in here the place where ACTUALLY are placed 
  96.                     your DBF files you want to backup. Example:
  97.  
  98.                     C:\DATADIR\EXAMPLE
  99.  
  100.                     In this case, the source directory is in drive C:
  101.                     in directory DATADIR and sub-directory example.
  102.  
  103.                     You can use any drive letter, in case you are in
  104.                     a network.
  105.  
  106. * Target drive:     type in her the letter of the target drive in which
  107.                     you want to put your DBF backup files. Example:
  108.  
  109.                     A
  110.  
  111.                     In this case, when BACKUP ver. 2.0b copy your files,
  112.                     it will do it in drive A. You don't have to type colon
  113.                     to get it right. Just the letter. It will work only
  114.                     on drive A and B. It was designed to give you a security
  115.                     option in your system, TO TAKE OUT A COPY OF YOUR DATA!!!
  116.  
  117.  
  118. * FIlename ...:     type in here the names of your DBF files. You have up to  
  119.                     8 characters to fill in. BACKUP ver. 2.0f will look for
  120.                     .DBF files only!!
  121.  
  122.                     
  123.  
  124.                     
  125.