summaryrefslogtreecommitdiff
path: root/Master/bin/win32/epspdf.bat
blob: b203b576c3e0313d142fff574f1246c7ff99aafd (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo off
ruby -v >nul 2>&1
if not errorlevel 1 goto doit
echo Ruby not found. Install Ruby,
echo get the Ruby-included version or use epstopdf.
goto :EOF
:doit
setlocal
set ownpath=%~dp0%
texlua "%ownpath%epspdf.texlua" "%~dpn0" %*
endlocal