os/graphics/printingservices/printerdrivers/epson/EPSON.BAT
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 REM EPSON.BAT
     2 REM Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 REM All rights reserved.
     4 REM This component and the accompanying materials are made available
     5 REM under the terms of "Eclipse Public License v1.0"
     6 REM which accompanies this distribution, and is available
     7 REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 REM 
     9 REM Initial Contributors:
    10 REM Nokia Corporation - initial contribution.
    11 REM 
    12 REM Contributors:
    13 REM 
    14 REM Description:
    15 REM 
    16 del epson.pdr
    17 
    18 set _par1=%1
    19 if "%1"=="" set _par1=ENGLISH
    20 if "%1"=="english" set _par1=ENGLISH
    21 if "%1"=="german" set _par1=GERMAN
    22 if "%1"=="french" set _par1=FRENCH
    23 if "%1"=="dutch" set _par1=DUTCH
    24 if "%1"=="italian" set _par1=ITALIAN
    25 if "%1"=="spanish" set _par1=SPANISH
    26 
    27 call cl /P /EP /D "_%_par1%" epson.pd 
    28 
    29 pdrtran epson.i epson.pdr
    30 
    31 rem del *.i
    32 
    33 copy epson.pdr \epoc32\release\wins\urel\z\system\printers\epson.pdr
    34 copy epson.pdr \epoc32\release\wins\udeb\z\system\printers\epson.pdr
    35 copy epson.pdr \epoc32\release\marm\urel\epson.pdr
    36 copy epson.pdr \epoc32\release\marm\udeb\epson.pdr
    37