home *** CD-ROM | disk | FTP | other *** search
/ 8+1 Entertainment Pack: Game Pack 2 / VOL02.bin / hotkeys / hotkey3 / utl01b.bat < prev    next >
Encoding:
DOS Batch File  |  1995-06-28  |  451 b   |  15 lines

  1. @ECHO OFF
  2. CLS
  3. FORMAT A: /S
  4. COPY AUTOEXEC.xms,A:AUTOEXEC.BAT
  5. COPY CONFIG.xms,A:CONFIG.SYS
  6. cls
  7. ECHO Now that the boot diskette has been created, you'll need to modify
  8. ECHO both the  Autoexec.bat  &  Config.sys files to include your CD-ROM
  9. ECHO drivers.
  10. ECHO To do that you'll need to exit the CD-ROM and edit the files using
  11. ECHO a text editor.   Once that is done, reboot the system, leaving the
  12. ECHO boot disk in drive A:
  13. pause
  14. @ECHO ON
  15.