]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-52_1/tools/misc/src/com/ibm/icu/dev/tool/translit/indic.bat
Added flags.
[Dictionary.git] / jars / icu4j-52_1 / tools / misc / src / com / ibm / icu / dev / tool / translit / indic.bat
1 REM /**
2 REM *******************************************************************************
3 REM * Copyright (C) 2002-2004, International Business Machines Corporation and    *
4 REM * others. All Rights Reserved.                                                *
5 REM *******************************************************************************
6 REM */
7
8 @echo off
9 REM This script is a Windows launcher for the indic.pl script.  For this
10 REM to work, the perl executable must be on the path.  We recommend
11 REM the ActiveState build; see http://www.activestate.com.  See the
12 REM tz.pl script itself for more documentation.
13
14 if "%OS%" == "Windows_NT" goto WinNT
15 perl -w -x indic.pl %1 %2 %3 %4 %5 %6 %7 %8 %9
16 goto end
17 :WinNT
18 perl -w -x indic.pl %*
19 if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto end
20 if %errorlevel% == 9009 echo You do not have Perl in your PATH.
21 :end