summaryrefslogtreecommitdiff
path: root/Master/bin/win32/psv.bat
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-10-28 23:14:34 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-10-28 23:14:34 +0000
commitd2f0972da377563590ef040adc8498d6c1655bd5 (patch)
treeb322cd1c6ad156fc1c84ea03dda4c569f614854b /Master/bin/win32/psv.bat
parent7c9607ed7b752305f7757c2e18cfa4fa03834d27 (diff)
more absolute path fixes (based on Cherepanov's patch)
git-svn-id: svn://tug.org/texlive/trunk@15903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/psv.bat')
-rwxr-xr-xMaster/bin/win32/psv.bat7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/bin/win32/psv.bat b/Master/bin/win32/psv.bat
index e58f142ddb9..bdb8ca571bf 100755
--- a/Master/bin/win32/psv.bat
+++ b/Master/bin/win32/psv.bat
@@ -1,5 +1,8 @@
@echo off
-rem Launcher script for PSV
+rem Start-up script for PS_View
+rem
+rem Originally written 2009 by Tomasz M. Trzeciak
+rem Public Domain
rem Make environment changes local
setlocal enableextensions
@@ -12,4 +15,4 @@ set GS_DLL=%tlroot%\tlpkg\tlgs\bin\gsdll32.dll
rem Add bin dir to path
path %tlroot%\bin\win32;%path%
rem Start PSV and exit
-start "" "%tlroot%\tlpkg\tlpsv\gswxlua.exe" -l psv.wx.lua -p psv_view.ps -sINPUT=%1 %2
+start "" "%tlroot%\tlpkg\tlpsv\gswxlua.exe" -l "%tlroot%\tlpkg\tlpsv\psv.wx.lua" -p "%tlroot%\tlpkg\tlpsv\psv_view.ps" -sINPUT=%1 %2