vpcfcopy is a program that handles disk (or floppy) images.

It has been created by Dmitry Zavalskov (aka "dixie") and is distributed as
"freeware for non-commercial use".


=== Usage ====================================================================

  vpcfcopy disk_image dst_pathname src_pathname
           copy file to a path on FAT/FAT32 volume in the target disk image
           - only short names accepted as "dst_pathname"
           - disk image can be a floppy, HDD with FAT/FAT32 primary MBR
             partition or HDD with EFI boot GPT partition
           - MBR type EF has a priority, else 1st found primary FAT is used
           - for the RAW floppy image 1/2/4k sector is accepted from BPB
           - [OS/2 build] disk_image can be a physical disk, in form ::?
             where ? - zero based physical disk number
  vpcfcopy /dir disk_image directory
           print directory contents (short names only!)
  vpcfcopy /read disk_image dst_pathname src_pathname
           read a file from the image and save it to dst_pathname
  vpcfcopy /info disk_image
           print disk image detection results
  vpcfcopy /boot disk_image boot_file_name
           update boot sector, example of "boot_file_name" is OS2LDR
           - FAT and FAT32 supported
  vpcfcopy /bootext disk_image boot_sector_file
           replace boot sector code to another one from a file
           - FAT only
  vpcfcopy /create[EF] disk_image 1.44|XDF|2.88|size
           where "size" 1..2047 (mb) - creates a RAW hard disk image,
           - use disk_image.VHD to create a fixed size VHD image
           - hdd image will have single FAT partition and valid LVM data
           - /createEF creates the same, but partition type is EF
  vpcfcopy /floppy disk_image 1.44|XDF|2.88|size
           same as "/create" but forced (big) floppy format instead
  vpcfcopy /creategpt disk_image size
           same as "/create" but HDD only, GPT partition table with
           single EFI FAT boot volume on it.
  vpcfcopy /format disk_image
           format type EF (only!) primary partition to FAT
  note:  for the physical disk "create/createEF/creategpt" command gets
         only an empty disk and "size" is a FAT volume size in this case


=== Links ====================================================================

 * ftp://212.12.30.18/public/QS/
 * https://ecsoft2.org/dmitry-zavalskov-dixie
