home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / CLIPPER / BACKUP.ZIP / README.RES < prev    next >
Text File  |  1994-02-15  |  4KB  |  126 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 "RESMENU.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 RESMENU"
  15.  
  16. To run it alone, just:
  17. Create TEST.PRG file with the lines:
  18. DO RESMENU
  19. RETURN
  20.  
  21. Compile it: CLIPPER test.prg /m
  22. Link it: RTLINK fi test,resmenu
  23.  
  24. Run it: TEST
  25.  
  26.  
  27. Explanation:
  28. This version of Restore clearly copies back 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 and Restore. 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. For restore routine, the fee is only $5.00!
  78.  
  79. * Juan Antonio Moreno
  80. * 7200 Almeda # 201
  81. * Houston, TX  77054
  82. * Phone: (713) 799-8540
  83. * Fax: (713) 770-1369
  84. * Internet: jmoreno@neomailbcm.pedi.bcm.tmc.edu
  85. * CIS 73364,11
  86.  
  87. Remember to include the disk size you want your source code ( 3.50" or 5.25").
  88. Comments and suggestions are welcome.
  89.  
  90. Special information:
  91.  
  92. The use BACKUP ver. 2.0b is very simple. Just fill all information asked
  93. and THAT'S IT. But to give you an explanation of everything:
  94.  
  95.  
  96. * Source drv/dir:   type in here the place where ACTUALLY are placed 
  97.                     your DBF files you want to backup. Example:
  98.  
  99.                     C:\DATADIR\EXAMPLE
  100.  
  101.                     In this case, the source directory is in drive C:
  102.                     in directory DATADIR and sub-directory example.
  103.  
  104.                     You can use any drive letter, in case you are in
  105.                     a network.
  106.  
  107. * Target drive:     type in her the letter of the target drive in which
  108.                     you want to put your DBF backup files. Example:
  109.  
  110.                     A
  111.  
  112.                     In this case, when BACKUP ver. 2.0b copy your files,
  113.                     it will do it in drive A. You don't have to type colon
  114.                     to get it right. Just the letter. It will work only
  115.                     on drive A and B. It was designed to give you a security
  116.                     option in your system, TO TAKE OUT A COPY OF YOUR DATA!!!
  117.  
  118.  
  119. * FIlename ...:     type in here the names of your DBF files. You have up to  
  120.                     8 characters to fill in. BACKUP ver. 2.0f will look for
  121.                     .DBF files only!!
  122.  
  123.                     
  124.  
  125.                     
  126.