summaryrefslogtreecommitdiff
path: root/Master/bin/win32/psv.bat
blob: e58f142ddb98e1e61b4ede0664c0c786b260e90f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@echo off
rem Launcher script for PSV

rem Make environment changes local
setlocal enableextensions
rem Get TL installation root (w/o trailing backslash)
set tlroot=%~dp0:
set tlroot=%tlroot:\bin\win32\:=%
rem Use provided GS
set GS_LIB=%tlroot%\tlpkg\tlgs\lib;%tlroot%\tlpkg\tlgs\fonts
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