Does anyone remember how to set up an indexing computer for Arev 3.x?
I remember that you create a "Arev.ini" file on the local computer but I forget what to put in it and where to call it, i.e., is it declared in the "config.nt" file?
Thanks,
Marc
Marc,
You need an environment variable called "AREV". On a Win9x machine, you put a line like this in your AUTOEXEC.BAT:
SET AREV=INDEX.INI
Substitute INDEX.INI with whatever the name of your custom INI file is.
For NT class machines, you can add it in AUTOEXEC.NT or (on Win2k and WinXP) you can just add it to the environment variables.
HTH,
Thanks Matt, I knew it was simple but it's been a few years since I did it last.
Take Care,
Marc