summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/w32client.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/doc/w32client.bat')
-rwxr-xr-xMaster/tlpkg/doc/w32client.bat19
1 files changed, 0 insertions, 19 deletions
diff --git a/Master/tlpkg/doc/w32client.bat b/Master/tlpkg/doc/w32client.bat
deleted file mode 100755
index 63afc5aa42b..00000000000
--- a/Master/tlpkg/doc/w32client.bat
+++ /dev/null
@@ -1,19 +0,0 @@
-@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