Results 1 to 4 of 4

Thread: Two Question? I need your opinion.

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2001
    Location
    Calgary
    Posts
    273

    Two Question? I need your opinion.

    I would like to know which is the best way to create a backup and restore procedure in VB Code. What are the diferences between both tasks.

    to use PKZIP and PKUNZIP utility compress decompress
    if I use this utility in my programs do I have to pay some fee to the PKZIP creator company?.

    OR

    to use CopyFile Script procedure
    With this procedure is posibly to create a serie of floppy disk from a database backup?

    Thank for your cooperation
    mannyso

  2. #2
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Newbury, UK
    Posts
    1,878
    PKZIP at a DOS level is I believe freeware these days.
    WinZip is shareware, and can be/should be properly licensed for coprorate use.

    These programs MIGHT allow you to store more information on a floppy disk than a simple copy of the files (some files when you try to compress them get bigger).

    FileCopy is easier, and can be done without external .BAT files etc. Especially as on restore you might need to check dates of the restored object before copying it....

  3. #3
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    If you are willing to spend some money ....

    http://www.xceedsoft.com/products/ZipCompL/

    vewwyvewwy good
    -= a peet post =-

  4. #4
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    This cloud do the work, and it is freeware


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width