@echo off echo "** Recreating bbtk doc index **" echo EED> "TMP=$(which $0|rev)" echo EED>"TMP2=$(echo ${TMP#*/}|rev)" echo EED">DIR=${TMP2}/../" echo "> cd ${DIR}/doc/bbdoc" echo cd ${DIR}/doc/bbdoc echo "> bbi -n ./make-index" ..\..\bin\bbi -n .\make-index ..\..\bin\Debug\bbi -n .\make-index ..\..\bin\Release\bbi -n .\make-index echo "** Done ! **"