Цитата: Просто интересно, что там внутри написано. 
 
  @echo off 
 REM + ============================================================= + 
 REM  Copyright 2007, Intel Corporation.   
 REM  This source code and any documentation accompanying it ("Material") is furnished 
 REM  under license and may only be used or copied in accordance with the terms of that 
 REM  license.  No license, express or implied, by estoppel or otherwise, to any 
 REM  intellectual property rights is granted to you by disclosure or delivery of these 
 REM  Materials.  The Materials are subject to change without notice and should not be 
 REM  construed as a commitment by Intel Corporation to market, license, sell or support 
 REM  any product or technology.  Unless otherwise provided for in the license under which 
 REM  this Material is provided, the Material is provided AS IS, with no warranties of 
 REM  any kind, express or implied, including without limitation the implied warranties 
 REM  of fitness, merchantability, or non-infringement.  Except as expressly permitted by 
 REM  the license for the Material, neither Intel Corporation nor its suppliers assumes 
 REM  any responsibility for any errors or inaccuracies that may appear herein.  Except 
 REM  as expressly permitted by the license for the Material, no part of the Material 
 REM  may be reproduced, stored in a retrieval system, transmitted in any form, or 
 REM  distributed by any means without the express written consent of Intel Corporation.   
 REM  Module Name:  autoexec.bat   
 REM  Abstract:  Batch file for invoking iflash.   
 REM + ============================================================= + 
 REM    Program all blocks of BIOS from capsule file  
 REM + ============================================================== +     
 echo .   
 Echo Flashing BIOS...   
 iFlash32.exe AH86053.cap /u   
 @echo on