By default, the software uses your system’s preferred location to store temporary files, such as the working directory.
You can change this location using a system variable located in the userPrefs.xml file. For example, you may want to change the temporary directory:
Change the temporary directory
C:\Documents and Settings\<yourfolder>\My Documents\Autodesk Showcase\userPrefs.xml
where <yourfolder> is your own user folder.
<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>
The new temporary directory will be used.