DiskDupe uses your hard disk as virtual memory once it runs out of RAM. Normally,
the current subdirectory will be used for this temporary file. If you are
running on a network and want to use a local drive for temporary storage, add
a temp setting to your AUTOEXEC.BAT. If you do not have the TEMP variable in your
AUTOEXEC.BAT then add the following line:
SET TEMP=C:\TEMP
and make a directory called C:\TEMP by typing:
CD \
MD TEMP
at the Dos prompt. This allows DiskDupe to create a temporary file.
The temp file will be deleted when DiskDupe is done.