Quote:
Originally Posted by badwolf
so if i put the above in my xda_uc folder it will just copy to the same place or do I need a reg file made to do it?
|
No, you can do it several ways (so I've heard). SDConfig works for sure (SEE page 1 of this thread).
Here's what I've tried on NRG ROMs (Nothing has worked yet):
MORTSCRIPT:
Code:
XCopy( "\Storage Card\XDADirCopy\Program Files", "\Program Files", TRUE, TRUE )
XDA Registry:
Code:
Windows Registry Editor Version 5.00
[HKLM\Software\XDA\DirCopy]
"\\Program Files\"="\Storage Card\XDADirCopy\Program Files"
I'd prefer to do it without SDConfig so any help would be nice. Thanks.