By default, Showcase uses your system’s default location to store temporary files.
You can change this location using a system variable located in the userPrefs.xml file. You may want to do this to:
To change the temporary directory:
C:\Documents and Settings\<yourfolder>\My Documents\Autodesk Showcase\userPrefs.xml
<option_preference name="temp_directory" value="SYSTEM_TEMP"> </option_preference>
The SYSTEM_TEMP value indicates your system’s preferred location is being used by the software.
<option_preference name="temp_directory" value="D:\TempDirectories\Autodesk Showcase"> </option_preference>