home *** CD-ROM | disk | FTP | other *** search
/ CD Player 1994 January / CdPlayer94-01.iso / demos / comanche / bootxms.bat < prev    next >
DOS Batch File  |  1992-11-05  |  470b  |  15 lines

  1. @cls
  2. @echo BOOTXMS
  3. @echo.
  4. @echo.
  5. @echo This Program will copy standard CONFIG.SYS and AUTOEXEC.BAT files to Drive A
  6. @echo You should have a bootable floppy disk in drive A that you made by typing
  7. @echo "FORMAT A:/S"  To abort this program, type Ctrl-C.
  8. @echo.
  9. @echo Insert a formatted system disk into Drive A: and
  10. @pause
  11. copy config.xms a:config.sys
  12. copy autoexec.xms a:autoexec.bat
  13. @echo.
  14. @echo You may now reboot your system with the COMANCHE boot disk
  15.