zip2img
A small utility to converts ZIP archives to MS-DOS compatible disk images (virtual floppies) 💾️
zip2img
A small utility to converts ZIP archives to MS-DOS compatible disk images (virtual floppies) 💾️
Usage
$ zip2img zipfile [imagefile]
This command converts the zip archive file
to a MS-DOS compatible disk image
(virtual floppy) which has the same name as file
-- only the file extension
is changed.
Installation
zip2img
can be installed by cloning the repository locally and runnning
$ sudo make install