home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.2 / 1996-03_Disc_2.2.iso / bknight / bkse-b.exe / BOOTDISK.BAT < prev    next >
DOS Batch File  |  1995-11-20  |  634b  |  22 lines

  1. @ECHO off
  2. IF "%1" == "a:" GOTO BTCONTINUE
  3. IF "%1" == "b:" GOTO BTCONTINUE
  4. GOTO BTERROR
  5. :BTCONTINUE
  6. IF "%1" == "a:" ECHO Please insert a blank bootable disk into Drive A:
  7. IF "%1" == "b:" ECHO Please insert a blank bootable disk into Drive B:
  8. PAUSE
  9. REM copy autoexec.bt %1\autoexec.bat
  10. copy config.bt %1\config.sys
  11. REM ECHO From now on you can start Black Knight by inserting the boot disk into the
  12. REM ECHO drive prior to turning on your computer.
  13. ECHO
  14. GOTO BTFINI
  15. :BTERROR
  16. ECHO Type BOOTDISK A: or BOOTDISK B:
  17. ECHO Please make sure you insert a blank bootable disk into the appropriate disk
  18. ECHO drive.
  19. :BTFINI
  20.  
  21.  
  22.