@echo off
REM End of installation batch file, for all varients on dealer.
REM $Revision:   1.1  $
REM $Author:   cmh  $
REM $Log:   R:/telecoms/m_dps/pvcs_adm/instfls/archives/end_dos.bav  $
REM 
REM    Rev 1.1   23 Dec 1996 11:04:58   cmh
REM PR 471/CR348 - remove PC reset
REM 
REM    Rev 1.0   11 Dec 1996 11:33:34   sjc
REM Initial revision.

REM Call generic routine
CALL end.bat %1 %2 %3 %4 %5 %6

REM Ensure Cache is written out to disk then reset PC (after 2 second delay).
REM This is not necessary if we are running in a DOS shell.
smartdrv /C
rem %1\ResetPC
rem del %1\resetpc.exe
rem smartdrv /C

REM Causes a DOS shell within Windows to close. Ignored if not in a shell.
REM This prevents an error being reported by Windows when the reset TSR
REM tries to run.
rem exit


