home *** CD-ROM | disk | FTP | other *** search
/ business-86-101-185-173.business.broadband.hu / business-86-101-185-173.business.broadband.hu.zip / business-86-101-185-173.business.broadband.hu / bootpa26.zip / convert.bat < prev    next >
DOS Batch File  |  2007-08-22  |  245b  |  9 lines

  1. @echo off
  2. move /y i386 minint
  3. copy \minint\ntdetect.com \
  4. copy \minint\setupldr.bin \ntldr.
  5. echo BOOTPART WINNT BOOT:C: > \autoexec.bat
  6. echo cls >> \autoexec.bat
  7. echo echo Reboot! >> \autoexec.bat
  8. echo del \autoexec.bat >> \autoexec.bat
  9.