]> git.saurik.com Git - apple/icu.git/blame - icuSources/tools/gentz/tz.bat
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / tools / gentz / tz.bat
CommitLineData
b75a7d8f
A
1@echo off
2REM Copyright (C) 1999, International Business Machines
3REM Corporation and others. All Rights Reserved.
4
5REM This script is a Windows launcher for the tz.pl script. For this
6REM to work, the perl executable must be on the path. We recommend
7REM the ActiveState build; see http://www.activestate.com. See the
8REM tz.pl script itself for more documentation.
9
10if "%OS%" == "Windows_NT" goto WinNT
11perl -w -x -S "tz.pl" %1 %2 %3 %4 %5 %6 %7 %8 %9
12goto end
13:WinNT
14perl -w -x -S "tz.pl" %*
15if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto end
16if %errorlevel% == 9009 echo You do not have Perl in your PATH.
17:end