summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/w32client.bat
blob: 63afc5aa42b561fd70dd211431ce0ea7cbc095eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@echo off
rem Wrapper batchfile for Perl script of the same name
rem both in the root of the TeX Live installation.
rem Based on code from Tomasz M. Trzeciak.
rem Public domain.

rem For more safeguards and 4DOS/4NT compatibility,
rem see w32client_advanced.bat

set this=%~dp0

rem Use TL Perl
path %this%tlpkg\tlperl\bin;%this%bin\win32;%path%
set PERL5LIB=%this%tlpkg\tlperl\lib;%this%tlpkg;%this%texmf\scripts\texlive

rem Start Perl script of the same name
perl "%~dpn0" %*
rem Give user opportunity to scan output messages
pause