Re: mounting a volume this is connected to an air prt extreme
Re: mounting a volume this is connected to an air prt extreme
- Subject: Re: mounting a volume this is connected to an air prt extreme
- From: Lists <email@hidden>
- Date: Fri, 09 Aug 2013 14:02:06 -0700
Title: Re: mounting a volume this is connected to an air prt extreme
On Aug 9, 2013, at 1:53 PM, Paul Berkowitz < email@hidden> wrote:
On 8/9/13 11:56 AM, "Lists" <email@hidden> wrote:
set mydisk to (do shell script "diskutil list | grep 'Disk Name'")
do shell script "diskutil mount " & (last word of my disk)
You mean
& (last word of mydisk)
(no space)
--
Paul Berkowitz
Thanks Paul. That was a typo I missed.
Should read:
set mydisk to (do shell script "diskutil list | grep 'Disk Name'") do shell script "diskutil mount " & (last word of mydisk)
J |
_______________________________________________
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