REM This sample batch file will insert 0001.vox into position one of an REM existing indexed file, 0002.vox into position two, and so on. REM To use it, change to the directory containing the individual .vox REM files, and enter "REBMUL.BAT FILE.VAP". for %%f in (*.vox) do idxreb %1 -rv%%f -@%%f