home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.4 / 1996-05_-_Disc_2.4.bin / tnnbass / makeboot.bat < prev    next >
DOS Batch File  |  1995-12-15  |  646b  |  24 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo Please insert a blank disk in drive A and...
  5. @format a: /s
  6. pause
  7. @echo on
  8. copy autoexec.fsh a:\autoexec.bat
  9. copy config.fsh a:\config.sys
  10. @echo off
  11. echo.
  12. echo Now amend (via a text editor eg. EDIT-See DOS help or 
  13. echo manual for usage) the AUTOEXEC.BAT on the floppy to include
  14. echo your MOUSE driver and CDROM device driver.  Also edit the
  15. echo CONFIG.SYS to include the device driver for the CDROM drive
  16. echo (See READ.ME for example).
  17. echo Please ensure that the files edited are on the floppy disk
  18. echo and not that of your hard drive.
  19.  
  20. echo.
  21. echo Then boot with the floppy in drive A.
  22. echo.
  23.  
  24.