i'm trying to have to so when i install my custom rom it will move my temp internet filse and cache to the extended rom this is the code i have in there but doesn't seem to work
Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache]
"\Extended_ROM2\IE\Temporary Internet Files"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache]
"\Extended_ROM2\IE\Cookies"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache]
"\Extended_ROM2\IE\History"
and for the initial flash i have
Code:
Directory("\Extended_ROM2"):-Directory("IE")
Directory("\Extended_ROM2"):-Directory("IE\Temporary Internet Files")
Directory("\Extended_ROM2"):-Directory("IE\Cookies")
Directory("\Extended_ROM2"):-Directory("IE\History")
it created the IE folder and the Temporary Intenet Files folder, but not the rest. what am i doing worng??