bibtex8 file open error
When I launch bibtex8 under Windows 7, it terminates with a fatal error:
C:\Program Files\MiKTeX 2.9\miktex\bin>bibtex8.exe -d io -c cp1251.csf C:\Users\
skobls\Documents\ComSet\ComSet
D-I/O: open_ip_file: trying to open `C:/Users/skobls/Documents/ComSet/ComSet.aux
' ...
D-I/O: open_op_file: trying to open `C:\Users\skobls\Documents\ComSet\ComSet.blg
' ...
open_op_file: error opening `C:\Users\skobls\Documents\ComSet\ComSet.blg'
I couldn't open file name `C:\Users\skobls\Documents\ComSet\ComSet.blg'
(That was a fatal error)
Can this be cured somehow? Changing compatibility modes and privilege level doesn't help. The error remains even when .blg file doesn't exist.
binfolder? Switch to the document folder (ComSet) and then trybibtex8 -d io -c cp1251.csf ComSet. Absolute pathes are always a possible source of problems. – Ulrike Fischer Aug 31 '12 at 7:31TeXnicCenterdoes it. Now I've tried Ulrike's advice - it seems to work. – Skobls Aug 31 '12 at 13:11