home *** CD-ROM | disk | FTP | other *** search
- @cls
- @echo BOOTXMS
- @echo.
- @echo.
- @echo This Program will copy standard CONFIG.SYS and AUTOEXEC.BAT files to Drive A
- @echo You should have a bootable floppy disk in drive A that you made by typing
- @echo "FORMAT A:/S" To abort this program, type Ctrl-C.
- @echo.
- @echo Insert a formatted system disk into Drive A: and
- @pause
- copy config.xms a:config.sys
- copy autoexec.xms a:autoexec.bat
- @echo.
- @echo You may now reboot your system with the COMANCHE boot disk
-