Hi.
I’d like to copy floppy disk to another blank floppy.
Anybody knows how to ??
Thanks!
Pasus
Hi.
I’d like to copy floppy disk to another blank floppy.
Anybody knows how to ??
Thanks!
Pasus
“Pasus” <pasus@mail.nu> wrote in message news:9qf31t$mc6$1@inn.qnx.com…
Hi.
I’d like to copy floppy disk to another blank floppy.
Anybody knows how to ??cp /dev/fd0 /temp/image
cp /temp/image /dev/fd0
If you have two floppy driver you can do
cp /dev/fd0 /dev/fd1
Thanks!
Pasus