View Single Post
  #141 (permalink)  
Old 03-23-2011, 10:35 PM
NinjaDuck's Avatar
NinjaDuck
VIP Duck
Offline
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / XDA_UC / Registry / XML Provisioning / CAB Editing {2010-12-15}

Quote:
Originally Posted by BumRush37 View Post
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.
Try this statement and PM me if it does not work and I will test.

I believe this is true, but have not verified...

For coping a single file you need to specify the full target. For multiple files you can specify the target path only by using xcopy.

Code:
 
 Copy("\Storage Card\My Documents\HOME.lnk","\Windows\Start Menu\Programs\HOME.lnk")
Get the PDF manual for mortscript here: CLICK ME

Quote:
Originally Posted by frozenbutt View Post
An xml question...

Is there a parm for the toggle for deleting files off the server when you delete them from the phone. I keep forgetting to change this after a flash and it defaults to delete from server. Then when I get home all me emails from that day that I read and deleted are gone forever. I would like to just add a parm to change that to "not delete from server" to my xml for email accounts.
Sadly no. It drives me crazy as well. There is a program call KHEB that you can use to track changes to your system. You can snapshot before making the setting change and then again after and it will generate a diff file. It may be possible to set this another way and that is how you would find out.

Please post back if you find something.
__________________
Some requests I have filled: Click Here
Reply With Quote