LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   PKZIP Tool (https://www.linuxquestions.org/questions/linux-software-2/pkzip-tool-91965/)

luggw1 09-12-2003 08:05 AM

PKZIP Tool
 
We are studying the rehost of a Win95/MS Access 97 application to Linux. In this application, we use a 3rd party DLL (Inner Media DynaZip) to generate files in PKZIP 2.04g format that are written to a DOS formatted floppy. The rehost would likely use GNAT as the development tool to develop the application, built over the MySQL database engine. Is anything available in Linux that would provide the same capabilities the the 3rd party DLL provides in the Windows environment? Does Linux offer the capability to format a DOS floppy? Can you tell I know very little about Linux? :)

Thanks.

Mathieu 09-12-2003 09:24 AM

If you want to format a floppy with an MS-DOS filesystem, you will need to use two commands:
- fdformat will format the floppy.
- mformat adds a vfat filesystem.

For example:
Code:

fdformat /dev/fd0
mformat a:

Take a look at the MAN pages for more options on both commands.

As for Zip, you can use the zip and unzip commands.

lyle_s 09-12-2003 09:54 AM

See http://www.gzip.org/zlib/ for the library.

Lyle


All times are GMT -5. The time now is 03:42 PM.