hello mayank genius (sorry couldn't help it ;-),
it doesn't matter which program you wrote the program in. copy the file using windows to a floppy.
go to a linux machine
log in as root
mkdir /floppy
mount -t vfat /dev/fd0 /floppy
cp -v /floppy/* .
that should do
|