XCLN: Invalid Temp Variable Causes Files to Appear on Desktop

ID: Q146352


The information in this article applies to:
  • Microsoft Exchange Windows 95/98 client, version 4.0


SYMPTOMS

When you are running the Microsoft Exchange client for Windows 95, files with the an extension of .TMP appear on the desktop.


CAUSE

This is caused by an invalid environment variable pointing to the desktop directory. For example:


   set temp=c:\desktop 


RESOLUTION

Set the temp variable to a valid location in the Autoexec.bat file. Add the following lines to this file:


   Set Temp=[drive]:\%windir%\Temp
   Set Tmp=[drive]:\%windir%\Temp 

where drive is the drive letter where Windows 95 is installed and %windir% is the name of the Windows 95 directory. Make sure that the Temp directory exists in the %windir% tree.

Additional query words: 4.0

Keywords : kbusage XCLN
Version : 4.00
Platform : WINDOWS
Issue type :


Last Reviewed: March 12, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.