|
|
#1 | |
|
Copy files from read-only folder without password
Please help! I want my applescript to copy files from the system folder and place them inside the script bundle... In Finder, you don't need the password to copy files from read-only folders...
from /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/ArtFile.bin to Contents:Resources: this doesn't work: Quote:
Please help me... Thank you!
__________________
MacBook White 4,1 2010 model
Last edited by 1theo0; Nov 2, 2012 at 04:19 AM. |
||
|
|
0
|
|
|
#2 |
|
Try this :
Code:
set theBackup to (path to me as string) & "Contents:Resources:" set ArtFile to "/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/Resources/ArtFile.bin" do shell script "cp " & quoted form of POSIX path of ArtFile & space & quoted form of POSIX path of theBackup
__________________
Space Corps Directive 34124 |
|
|
|
1
|
|
|
#3 | |
|
Quote:
__________________
MacBook White 4,1 2010 model
|
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 11:56 PM.







Linear Mode
