floppy disc from QNX 6.3 to Windows XP

Hello,
I have QNX 6.3 evaluation version, I formatted a floppy disc with the following commands:

fdformat -s 1.4m /dev/fd0 dinit /dev/fd0

Then I copied 3 Text files to this floppy disc, but it´s impossible to read the disc with Windows XP. The disc should be formatted on Windows XP. Can someone help me?

Thanks

I found the solution; :smiley: I entred the following commands

textto -c filename
mkdir floppy
mount -t dos /dev/fd0 /floppy
cp filename /floppy
unmount /dev/fd0

and it works very well ;-)

Isn’t documentation great ;-)