summaryrefslogtreecommitdiff
path: root/Master/bin/win32/rubibtexx.bat
blob: 90702a721b0d549bd84611de524c06e754e6e213 (plain)
1
2
3
4
5
6
7
8
9
@echo off
bibtex8 -B -c cp1251.csf %1.aux
iconv -f CP1251 -t UTF-8 %1.bbl > tmp.tmp
copy /b tmp.tmp %1.bbl
del tmp.tmp