Skip to Content.
Sympa Menu

baslinux - Re: [BL] Automating copying to floppy disk 8

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: Lee Forrest <lforrestster AT gmail.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Automating copying to floppy disk 8
  • Date: Mon, 15 Jan 2007 15:12:05 +0000

On Mon, Jan 15, 2007 at 12:39:34AM +0000, sindi keesan wrote:
[delete]

This might do the job:

mount /dev/fd0 /fd
cp /path/to/filename.rtf /fd
sync &&
umount /fd &&
rxvt -g 20X5-30-30 +sb -title Floppy -e more /path/to/file

The file says:

blank line
Remove Floppy Disk Now
blank line

Couldn't make it work with just cat or echo. Maybe someone else can.

[delete]

Lee

--
BasicLinux: Small is Beautiful
http://www.basiclinux.com.ru





Archive powered by MHonArc 2.6.24.

Top of Page