summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-08-18 22:47:53 +0000
committerKarl Berry <karl@freefriends.org>2009-08-18 22:47:53 +0000
commit0c9ca827cbce795f8b565e640f00bbacf1f70145 (patch)
treed0551bf0dd18acad6a4ffd46fb5540c6d07beed3 /Master/tlpkg/doc
parent79b27ef6b189be6cbc8f90e05c423de12e2ec516 (diff)
convert w32unclient.bat from symlink to file, per siep
git-svn-id: svn://tug.org/texlive/trunk@14756 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rwxr-xr-x[l---------]Master/tlpkg/doc/w32unclient.bat20
1 files changed, 19 insertions, 1 deletions
diff --git a/Master/tlpkg/doc/w32unclient.bat b/Master/tlpkg/doc/w32unclient.bat
index 1c08f6b7c16..63afc5aa42b 120000..100755
--- a/Master/tlpkg/doc/w32unclient.bat
+++ b/Master/tlpkg/doc/w32unclient.bat
@@ -1 +1,19 @@
-w32client.bat \ No newline at end of file
+@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