summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/xecyr/bin/xecyr/rubibtexx.bat
blob: 9ec3b7db3ccbd5198dbd0e3a83cd3d909ddd8667 (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