View Single Post
  #138 (permalink)  
Old 03-16-2011, 11:52 PM
BumRush37's Avatar
BumRush37
Lurker
Offline
 
Join Date: Jun 2010
Posts: 11
Reputation: 10
BumRush37 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / XDA_UC / Registry / XML Provisioning / CAB Editing {2010-12-15}

I need some mortscript help please. After all the research I've done, I thought the following would work:

Filename is My.mscr and it is placed in my XDA_UC folder on my storage card (using NRG ROM). This is what is in the file:

Copy("\Storage Card\My Documents\HOME.lnk","\Windows\Start Menu\Programs\")
Copy("\Storage Card\My Documents\Home.png","\Windows\")
Copy("\Storage Card\Program Files\WinMoSpeed\WinMoSpeed_710.lnk","\Windows\Sta rtUp\")
RegWriteString("HKLM","Security\Shell\Startinfo\St art\HOME.lnk","Icon","\Windows\Home.png")
RegWriteDWord("HKLM","Security\Shell\Startinfo\Sta rt\HOME.lnk","Rank", 999)
EXIT


None of the files get copied, but the registry keys are created (after a reset of course). I can't figure out why the files are not copied.

Thanks for any help!

Bum
Reply With Quote