@ECHO OFF
ECHO Nortel Networks CallPilot 3 Image CD
@echo Microsoft (R) MS-DOS (R) Version 6.20 
@echo Copyright (C) Microsoft Corp 1981-1993. All rights reserved.
PROMPT $P$G
cls

ECHO.
ECHO. 
ECHO.
@ECHO ÉÍ Nortel Networks 201i BIOS update PHASE 2 of 3 ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
@ECHO º                                                                 º 
@ECHO º In Phase 2, the hard drive on your system will be formated,     º
@ECHO º BIOS update utility, as well as an autoexec.bat & a config.sys  º
@ECHO º will be copied to the hard drive, system will reboot at the end.º
@ECHO º                                                                 º
@ECHO ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ¼
ECHO.
z:\ghost\CHOICE /C:YN   Y to start PHASE 2, N to abort operation & go to DOS  
IF ERRORLEVEL 2 GOTO END
IF ERRORLEVEL 1 GOTO PHASE2
GOTO END

:PHASE2
rem format C
a:
dos\format c: /s < z:\biosUtil\yes 
copy z:\biosUtil\*.* c:\. /v 

cls
c:
cd\
dir
wait 3000
msreboot

:END
