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