Q: 
Copying file with size greater then diskette

I have a problem in writting a code to copy a file that is 
larger than the size of a diskette. 

A: Use Write with the command write you can write binary files in a certain capacity. So you first chunck your file in the right capacity and then copy them to diskette.. Return