blob: 9802f43267196b4b62bcee6bcc920ba961b7951f [file] [log] [blame]
REM /**
REM *******************************************************************************
REM * Copyright (C) 2016 and later: Unicode, Inc. and others. *
REM * License & terms of use: http://www.unicode.org/copyright.html *
REM *******************************************************************************
REM *******************************************************************************
REM * Copyright (C) 2002-2004, International Business Machines Corporation and *
REM * others. All Rights Reserved. *
REM *******************************************************************************
REM */
@echo off
REM This script is a Windows launcher for the indic.pl script. For this
REM to work, the perl executable must be on the path. We recommend
REM the ActiveState build; see http://www.activestate.com. See the
REM tz.pl script itself for more documentation.
if "%OS%" == "Windows_NT" goto WinNT
perl -w -x indic.pl %1 %2 %3 %4 %5 %6 %7 %8 %9
goto end
:WinNT
perl -w -x indic.pl %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto end
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
:end