Wednesday, February 29, 2012

How to email a floppy.

This only works on unix based systems (Unix, Linux, &c.):
dd if=/dev/fd0 | uuencode floppy.raw | mail -s "Your Floppy" you@you.com
You will need to use winrawrite to decode the received file on a Windows based system.

No comments:

Post a Comment