home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- CLS
- FORMAT A: /S
- COPY AUTOEXEC.xms,A:AUTOEXEC.BAT
- COPY CONFIG.xms,A:CONFIG.SYS
- cls
- ECHO Now that the boot diskette has been created, you'll need to modify
- ECHO both the Autoexec.bat & Config.sys files to include your CD-ROM
- ECHO drivers.
- ECHO To do that you'll need to exit the CD-ROM and edit the files using
- ECHO a text editor. Once that is done, reboot the system, leaving the
- ECHO boot disk in drive A:
- pause
- @ECHO ON
-