Re: carbon copy cloner
Re: carbon copy cloner
- Subject: Re: carbon copy cloner
- From: Iurista GmbH <email@hidden>
- Date: Mon, 18 Jun 2012 16:10:08 +0200
Am 18.06.2012 um 15.48 schrieb Bob Cuilla:
> I am looking to have a script that will position a Carbon Copy Cloner backup window to a specific location. Is this a Finder function or should it be done thru Carbon Copy Cloner?
You can script CCC, like this:
property leftmargin: XXX
property topmargin: XXX
property rightmargin: XXX
property bottommargin: XXX
tell application "Carbon Copy Cloner"
set bounds of window 1 to {leftmargin, topmargin, rightmargin, bottommargin}
end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden