If you have the actual floppy images, make a floppy image file of them.
Save them for example in /ubcd/images/.
Then you can boot those tools with MEMDISK:
Code:
LABEL dos_1
MENU LABEL Some DOS tool
LINUX /boot/syslinux/memdisk
INITRD /ubcd/images/dos_1.img
APPEND raw
You can also compress the images with 7-zip (save as gzip):
Code:
LABEL dos_1
MENU LABEL Some DOS tool
LINUX /boot/syslinux/memdisk
INITRD /ubcd/images/dos_1.img.gz
APPEND raw
_________________
Download
Ultimate Boot CD v5.0:
http://www.ultimatebootcd.com/download.htmlUse
Parted Magic for handling all partitioning task:
http://partedmagic.com/