home *** CD-ROM | disk | FTP | other *** search
/ Chip: Linux Special / CorelLinux_CHIP.iso / tools / bootflop.bat next >
Encoding:
DOS Batch File  |  1999-10-13  |  320 b   |  11 lines

  1. @echo off
  2. echo.
  3. echo Corel Linux - Boot Floppy Creator script (c)1999 Corel Corporation
  4. echo.
  5. echo This script will copy the boot image from the CDRom to a floppy disk
  6. echo.
  7. echo Insert a floppy into your a: drive - ALL DATA ON THE FLOPPY WILL BE ERASED!!
  8. echo.
  9. pause
  10. rawrite2 -f ..\boot\boot1440.img -d a: -n
  11.