/usr/share/texmf-texlive/scripts/pst-pdf/ps4pdf.bat.w95 is in texlive-latex-extra 2009-10ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | rem call with ps4pdf.bat FILE without suffix
@echo off
set FILE=%1
latex %FILE%.tex
dvips -Ppdf -o %FILE%-pics.ps %FILE%.dvi
ps2pdf -dAutoRotatePages#/None %File%-pics.ps %File%-pics.pdf
texify -b -l latex -p %File%.tex
%.tex
|