Re: File copy application
Re: File copy application
- Subject: Re: File copy application
- From: Jon Pugh <email@hidden>
- Date: Tue, 7 Aug 2001 10:01:09 -0700
At 11:24 AM -0400 8/7/2001, Jeff Horton wrote:
>
Does anyone have any knowledge of copy programs besides using the finders
>
copy that might speed up its process? I looked at File Buddy and Disk Tools
>
but neither are scriptable. Any suggestions?
Jon's Commands has a "copyFile" command that works as fast as possible, in that it doesn't have any UI and doesn't give time to any other processes. It's also synchronous, so AppleScript waits until it is done.
Jon's Commands is available here:
http://www.seanet.com/~jonpugh/
Jon