dbgsrv/coredumpserver/test/automatictests/tcds_kernel/batch/util/shortersleepandrestart.bat
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 rem Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 rem All rights reserved.
       
     3 rem This component and the accompanying materials are made available
       
     4 rem under the terms of "Eclipse Public License v1.0"
       
     5 rem which accompanies this distribution, and is available
       
     6 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 rem
       
     8 rem Initial Contributors:
       
     9 rem Nokia Corporation - initial contribution.
       
    10 rem
       
    11 rem Contributors:
       
    12 rem
       
    13 rem Description:
       
    14 rem
       
    15 
       
    16 @ECHO OFF
       
    17 ECHO .
       
    18 ECHO .
       
    19 ECHO .
       
    20 ECHO .
       
    21 ECHO .
       
    22 ECHO .
       
    23 ECHO .
       
    24 ECHO .
       
    25 ECHO .
       
    26 ECHO Lets not wait for the SCM to complete
       
    27 ping -n 50 127.0.0.1 >NUL
       
    28 ECHO .
       
    29 ECHO .
       
    30 ECHO .
       
    31 ECHO .
       
    32 ECHO .
       
    33 ECHO .
       
    34 ECHO .
       
    35 ECHO .
       
    36 
       
    37 call hardwareswitch off
       
    38 ECHO Board Switched OFF
       
    39 ping -n 11 127.0.0.1 >NUL
       
    40 ECHO ---------------------
       
    41 ECHO Board Switched ON
       
    42 call hardwareswitch on
       
    43 ping -n 37 127.0.0.1 >NUL