Code

r16552@tres: ted | 2007-09-11 22:54:20 -0700
[inkscape.git] / share / extensions / ps2pdf.cmd
1 REM BEGIN
2 @echo off
3 REM edit %GSDIR% to match the ghostscript installation directory
4 set GSDIR=%PROGRAMFILES%\gs\gs8.51
5 set GSBINDIR=%GSDIR%\bin
6 set GSLIBDIR=%GSDIR%\lib
7 set PATH=%GSBINDIR%;%GSLIBDIR%;%PATH%
8 echo %PATH%
9 ps2pdf.bat %1 -
10 REM END