Hello Scott,

I think, if I understood what you wrote, I found a solution :

Here is what you can do (in a script) :

put PathOfSourceFile (e.g. "/Library/Receipts/BranchProposalSystem1.pkg")
into tSource
put PathOfDestination into tDestination (e.g. "/Users/userName/Desktop")
put ("cp -R -p "&quote&tSource&quote&&quote&tDestination&quote) into
tCommand
get shell(tCommand)

Hope this helps,

Cheers from little Luxembourg,

Christian

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to