View Single Post
  #24  
Old 06-07-2012, 06:31 PM
Dewdman42 Dewdman42 is offline
Registered User
 
Join Date: Apr 2009
Posts: 62
or I notice there is a copy template inside your app bundle. Can I modify this:

Code:
on beforeRunningCopy()
	-- Put your own code here that should execute just before running the copy.

   do shell script"mymountcript.sh"

end beforeRunningCopy
Then create a new schedule and never worry about this again?
Reply With Quote