moving arev to a new drive (AREV Specific)
At 20 JAN 2000 07:28:52PM David Todd wrote:
I copied Arev (program and data files all under a directory \arev to a new drive, but it won't start up, even under sysprog on the new drive. I can't remember what I have to change to get it to work on a new drive and how to do it (I've done it but it has been many years!) Thanks for any guidance. Is it possible to set it up with only relative paths, e.g \arev, rather than a specific drive (c:\arev). I'd like to be able to copy the whole system to a zip drive and work on it there from time to time.
At 20 JAN 2000 08:22PM Kevin Gray - Graycorp wrote:
We used a zip drive for a time and tried to run AREV
from it.
Discovered that within the zip version of the system we
had to change the sort path to use the active drive
letter for the zip drive.
After we did that it worked fine, albeit a little slow!
Regards,
Kevin Gray
Graycorp
email [email protected]
At 20 JAN 2000 08:33PM Kevin Gray wrote:
Also had to change the batch file path in a shortcut
to address the correct drive letter
Regards,
Kevin Gray
At 16 MAR 2000 01:10PM Bob Rowland wrote:
Did this very thing this morning sucessfully. make a bat file that
@echo off
echo Advanced Revelation Production System Sales Magic
cls
D:
CD \
CD D:\AREV3.0
AREV , /X /M3072 S
CD \
cls
exit