home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo.
- echo Corel Linux - Boot Floppy Creator script (c)1999 Corel Corporation
- echo.
- echo This script will copy the boot image from the CDRom to a floppy disk
- echo.
- echo Insert a floppy into your a: drive - ALL DATA ON THE FLOPPY WILL BE ERASED!!
- echo.
- pause
- rawrite2 -f ..\boot\boot1440.img -d a: -n
-