/usr/share/texmf-texlive/scripts/shipunov/biokey2html.bat 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 | @echo off
perl -w biokey2html1.pl %1 > %12
perl -w biokey2html2.pl %12 > %1.tmp
perl -w biokey2html3.pl %1.tmp > %1.html
if exist %1.tmp del %1.tmp
|