summaryrefslogtreecommitdiff
path: root/Master/bin/win32
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-15 16:40:49 +0000
committerKarl Berry <karl@freefriends.org>2008-07-15 16:40:49 +0000
commit4e37eff341c068279960f097abdde58f6b598bdf (patch)
treeed092b3881cbcd88b68ac7406a20e3ceac9bbb74 /Master/bin/win32
parent758d47371f39b54921354e2f9cfb46711256ddd3 (diff)
copy of w32 wrapper for pst2pdf
git-svn-id: svn://tug.org/texlive/trunk@9575 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32')
-rwxr-xr-xMaster/bin/win32/pst2pdf.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/bin/win32/pst2pdf.bat b/Master/bin/win32/pst2pdf.bat
new file mode 100755
index 00000000000..fe949613d7c
--- /dev/null
+++ b/Master/bin/win32/pst2pdf.bat
@@ -0,0 +1,8 @@
+@echo off
+rem tl-w32-starter.bat
+rem universal script starter, batch file part
+rem this program calls the tl-w32-wrapper.texlua
+setlocal
+set ownpath=%~dp0%
+texlua "%ownpath%tl-w32-wrapper.texlua" "%~dpn0" %*
+endlocal