you could also mount your floppy drive using the msdos file system
mount -t msdos -o rw /dev/fd0 /floppy
this way you can read/write to the floppy from any app.
regards
Frank
--
======================================================================
Frank Th.A. Meus || Interests : Delphi, Raytracing, *...
======================================================================
>On Tue, 24 Feb 1998 00:43:55 GMT,
>>This may sound dumb, but I'm DOS-centric. Is it possible to use Linux
>>files that are on a DOS formatted floppy disk? Thanks.
>It depends, and, anyway, I'm not sure what you mean. You can use the mtools
>suite (man mtools) do read, write and otherwise manipulate DOS disks under
>Linux.
>Kurt