G
Guest
Is there a .NET framework call that will make an exact copy of the contents
of a disk, including the boot sector if there is one?
What I have is a Windows CE device that boots from a compact flash card.
This device goes out to customers, where it runs a machine for them. I want
to make a utility that will allow them to back up and restore their system.
I know how to copy the files and directories from a disk, but that doesn't
result in a new, bootable, disk.
I could tell them to use Norton Ghost, and that would work just fine, but I
have already created a utility for managing the information on that disk.
It's a C# .Net framework 2.0 application. I would like to add a "make backup
disk" button to the menu of that utility, but I don't know how to copy the
boot information.
of a disk, including the boot sector if there is one?
What I have is a Windows CE device that boots from a compact flash card.
This device goes out to customers, where it runs a machine for them. I want
to make a utility that will allow them to back up and restore their system.
I know how to copy the files and directories from a disk, but that doesn't
result in a new, bootable, disk.
I could tell them to use Norton Ghost, and that would work just fine, but I
have already created a utility for managing the information on that disk.
It's a C# .Net framework 2.0 application. I would like to add a "make backup
disk" button to the menu of that utility, but I don't know how to copy the
boot information.