home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / tools / bootflop.bat next >
DOS Batch File  |  1999-10-13  |  320b  |  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.