skcm
New Member
Posts: 3
|
Post by skcm on Sept 26, 2006 7:36:05 GMT -5
I have to zip files to blocks of 700MB and write these blocks in to CDs
But I only have 800MB free space in my local Drive, then is it possible to delay the creation of second block until I write the first block to CD and delete it to make room for second block?
Thanks,
|
|
|
Post by Kevin on Sept 27, 2006 15:36:32 GMT -5
I don't know of a way to make it so that you would only have one block on your hard drive but I think I know a way you can have no more that two blocks at a time. That would be by creating an OnStartSpanCopy event. This is called just as the block is about to be copied. You would not want to delete the one that is about to be copied, but you could delete the one that was previously copied. However, if you only have 800mb free, this probably won't work for you since you would have two blocks on your HD at once. If I can think of a good way to do this, I will get back to you.
Kevin
|
|