@rem@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).@rem All rights reserved.@rem This component and the accompanying materials are made available@rem under the terms of the License "Eclipse Public License v1.0"@rem which accompanies this distribution, and is available@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".@rem@rem Initial Contributors:@rem Nokia Corporation - initial contribution.@rem@rem Contributors:@rem@rem Description:@rem:: This batch file creates sis file/files@ECHO OFFREM testcaseM002if not exist .\cdrive mkdir .\cdrive > NULif not exist .\romdrive mkdir .\romdrive > NULIF NOT EXIST .\romdrive\system\install\ mkdir .\romdrive\system\install\ > NULIF NOT EXIST .\romdrive\sys\bin\ mkdir .\romdrive\sys\bin\ > NULcall copy \epoc32\winscw\c\tswi\tinterpretsisinteg\data\helloworld.dll .\romdrive\sys\bin\helloworld.dll > NULcall makesis \epoc32\winscw\c\tswi\tinterpretsisinteg\testdatam002\interpretsism002.pkg \epoc32\winscw\c\tswi\tinterpretsisinteg\sisfiles\interpretsism002.sis > NULcall /epoc32/winscw/c/tswi/tinterpretsisinteg/interpretsism002.bat:END