image
image

|


Go Back   macosx.com > Mac Help Forums > Hardware & Peripherals

Reply
 
Thread Tools
  #1  
Old January 4th, 2007, 07:10 AM
Registered User
 
Join Date: Jan 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jcabaleiro is on a distinguished road
Automator Script for External USB Drive

Is there an automator script to check if an external USB drive is connected? I want to be able to run a program only if it is...

Joe
Reply With Quote
  #2  
Old January 4th, 2007, 08:05 AM
Registered User
 
Join Date: May 2005
Posts: 1,339
Thanks: 0
Thanked 1 Time in 1 Post
barhar is on a distinguished road
'Is there an automator script to check if an external USB drive is connected?' - I do not know of any.

However, one could add the following code ...

set tDisk to "USB20FD" -- Name of disk to check for.

tell application "Finder" to if ((name of disks) contains tDisk) then
say tDisk & " exists"
else
say "That disk does not exist"
end if

... into 'Script Editor' ('/Applications/AppleScript/' folder) and save (the code) as an 'application'.

If an 'Automator' workflow application is desired, then launch (open, run) 'Automator', and double click on the 'Automator' 'Library's 'Run AppleScript' 'Action'. When the 'Run AppleScript' actions' window appears (in the right side panel) - replace '(* your script goes here *) with the code provided above.

-----

The difference between a 'Script Editor' 'applet' verses an 'Automator' 'workflow application' is the resultant applications' size. With respect to the above code - the 'applet' is 60 KB, and the 'workflow application' is 228 KB.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 08:47 PM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.