use 'split -b 1400000 nameoffile' (or use a lower number if you have some bad sectors on your disk or you are using less than double density disks) and you get a number of files named xaa, xab, xac et cetera and then you stick them on a floppy each, then when you have them all in the same place on your new computer you use cat to stick them together again. if you only hAVE TWO BITS, 'cat xab >> xaa' sticks xab on the end of xaa for example, making a complete file, now just rename xaa to whatever the file was in the first place, and hey presto.
[ February 17, 2003: Message edited by: Calum: Member # 81 ]