@echo off
REM Make.bat
REM DOS-batchfile for use with an emtex implementation of TeX 
REM you may have to edit this file

set EMTEXOPT=/ms:2000

REM set TEXINPUT=C:\EMTEX\texinput\LATEX2E!;C:\EMTEX\texinput!

set INDEXSTYLE=.
REM or put in autoexec.bat: @SET INDEXSTYLE=.;C:\EMTEX\IDXSTYLE

del *.aux
tex386 &latex boi
mkidx32 -c A 
mkidx32 -c -s boi-B.ist B 
mkidx32 -s boi-P.ist P
bibtex boi
tex386 &latex boi
bibtex boi
tex386 &latex boi
mkidx32 -c A 
mkidx32 -c -s boi-B.ist B 
mkidx32 -s boi-P.ist P
tex386 &latex BoI

REM end of file