messagingappbase/smsmtm/test/testrom/t_smcm_prepare_for_test.bat
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
     1 rem Copyright (c) 2002-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 REM NOTE! Do not use tabs here!
       
    17 md c:\sms
       
    18 md c:\MsgTest
       
    19 md c:\MsgTest\sms
       
    20 
       
    21 copy z:\System\MsgTest\sms\SimParameter.script c:\sms\SimParameter.script
       
    22 copy z:\System\MsgTest\sms\smssc_config.txt c:\sms\smssc_config.txt
       
    23 attrib c:\sms\*.* -r
       
    24 
       
    25 copy z:\System\MsgTest\msgtest\sms\sms.script c:\msgtest\sms\sms.script
       
    26 copy z:\System\MsgTest\msgtest\sms\smsenum.script c:\msgtest\sms\smsenum.script
       
    27 copy z:\System\MsgTest\msgtest\sms\\wap.script c:\msgtest\sms\wap.script
       
    28 copy z:\System\MsgTest\msgtest\sms\\nbs.script c:\msgtest\sms\nbs.script
       
    29 copy z:\System\MsgTest\msgtest\sms\\biofication.script c:\msgtest\sms\biofication.script
       
    30 copy z:\System\MsgTest\msgtest\sms\\smcmsimtsytest_config.txt c:\msgtest\sms\smcmsimtsytest_config.txt
       
    31 copy z:\System\MsgTest\msgtest\sms\\sendrecv.script c:\msgtest\sms\sendrecv.script
       
    32 copy z:\System\MsgTest\msgtest\sms\\Nokia8210.txt c:\msgtest\sms\Nokia8210.txt
       
    33 copy z:\System\MsgTest\msgtest\sms\\EricssonT300.txt c:\msgtest\sms\EricssonT300.txt
       
    34 copy z:\System\MsgTest\msgtest\sms\\logo1.olp c:\msgtest\sms\logo1.olp
       
    35 copy z:\System\MsgTest\msgtest\sms\\tone1.rtp c:\msgtest\sms\tone1.rtp
       
    36 copy z:\System\MsgTest\msgtest\sms\\tone2.rtp c:\msgtest\sms\tone2.rtp
       
    37 copy z:\System\MsgTest\msgtest\sms\\tone3.rtp c:\msgtest\sms\tone3.rtp
       
    38 copy z:\System\MsgTest\msgtest\sms\\t_smssendrecv.html c:\msgtest\sms\t_smssendrecv.html
       
    39 attrib c:\msgtest\sms\*.* -r
       
    40 
       
    41 
       
    42 
       
    43