Does anyone know how to create a method or function to copy a large group of files from a CD to multiple floppy disks in Delphi? (i.e. - creating floppy disk installers Disk 1, Disk 2, etc. if they cannot use a CD on all computers - I have encountered this - rare I know) I use D7. When I do it it locks up. Of course I am using the CopyFile function as outlined in the Filmanex Example in Delphi. That I don't believe is the most efficient way. Any thoughts