Quote:
Originally Posted by BumRush37
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
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.