graphicstest/graphicstestharness/batch/unminigui.cmd
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
    42 		copy %EPOCROOT%epoc32\data\epoc.ini.mgbak %EPOCROOT%epoc32\data\epoc.ini
    42 		copy %EPOCROOT%epoc32\data\epoc.ini.mgbak %EPOCROOT%epoc32\data\epoc.ini
    43 		del /f %EPOCROOT%epoc32\data\epoc.ini.mgbak
    43 		del /f %EPOCROOT%epoc32\data\epoc.ini.mgbak
    44 	)
    44 	)
    45 )
    45 )
    46 echo Restore testexecute.ini
    46 echo Restore testexecute.ini
    47 if EXIST %TESTEXECUTE_INI%.mgbak(
    47 if EXIST %TESTEXECUTE_INI%.mgbak (
    48 	del /f %TESTEXECUTE_INI%
    48 	del /f %TESTEXECUTE_INI%
    49 	copy %TESTEXECUTE_INI%.mgbak %TESTEXECUTE_INI%
    49 	copy %TESTEXECUTE_INI%.mgbak %TESTEXECUTE_INI%
    50 	del /f %TESTEXECUTE_INI%.mgbak
    50 	del /f %TESTEXECUTE_INI%.mgbak
    51 )
    51 )
    52 echo Restore wsini.ini
    52 echo Restore wsini.ini