; This external locations file lists some example profiles for exporting the cache
; from files that came from another computer. This file includes three different
; Windows versions: Windows 98, Windows XP, and Windows 8.1.
;
; Be sure to read the About External Locations help file first.

; For Windows 98:
BEGIN_PROFILE Default User

	DRIVE				C:\My Old Drives\Windows 98

	WINDOWS				C:\My Old Drives\Windows 98\WINDOWS
	TEMPORARY			C:\My Old Drives\Windows 98\WINDOWS\TEMP
	USER_PROFILE		<None>

	APPDATA				C:\My Old Drives\Windows 98\WINDOWS\Application Data
	LOCAL_APPDATA		<None>
	LOCAL_LOW_APPDATA	<None>

	INTERNET_CACHE		C:\My Old Drives\Windows 98\WINDOWS\Temporary Internet Files

END

; For Windows XP:
BEGIN_PROFILE Username

	DRIVE				C:\My Old Drives\Windows XP

	WINDOWS				C:\My Old Drives\Windows XP\WINDOWS
	TEMPORARY			C:\My Old Drives\Windows XP\Documents and Settings\Username\Local Settings\Temp
	USER_PROFILE		C:\My Old Drives\Windows XP\Documents and Settings\Username

	APPDATA				C:\My Old Drives\Windows XP\Documents and Settings\Username\Application Data
	LOCAL_APPDATA		C:\My Old Drives\Windows XP\Documents and Settings\Username\Local Settings\Application Data
	LOCAL_LOW_APPDATA	<None>

	INTERNET_CACHE		C:\My Old Drives\Windows XP\Documents and Settings\Username\Local Settings\Temporary Internet Files

END

; For Windows 8.1:
BEGIN_PROFILE Username

	DRIVE				C:\My Old Drives\Windows 8.1

	WINDOWS				C:\My Old Drives\Windows 8.1\Windows
	TEMPORARY			C:\My Old Drives\Windows 8.1\Users\Username\AppData\Local\Temp
	USER_PROFILE		C:\My Old Drives\Windows 8.1\Users\Username

	APPDATA				C:\My Old Drives\Windows 8.1\Users\Username\AppData\Roaming
	LOCAL_APPDATA		C:\My Old Drives\Windows 8.1\Users\Username\AppData\Local
	LOCAL_LOW_APPDATA	C:\My Old Drives\Windows 8.1\Users\Username\AppData\LocalLow

	INTERNET_CACHE		C:\My Old Drives\Windows 8.1\Users\Username\AppData\Local\Microsoft\Windows\INetCache

END
