Re: Chooser scripting
Re: Chooser scripting
- Subject: Re: Chooser scripting
- From: Ian Mantripp <email@hidden>
- Date: Mon, 16 Apr 2001 17:05:29 +0200
on 16/04/01 4:25 PM, US West mail wrote:
>
Does anyone know of a good script or a decent way to distribute files to
>
network-connected Macs?
this is part of a set of script I'm writing to automate the capture /
encoding / ftp upload of QT movies I use this part to mount volume to which
dummy files are sent to a folder action with triggers the 4 encoders, they
get the movie over a fibre channel network :
on mountVolumes()
repeat with i from 1 to 4
mount volume ("Startup " & i) on server ("00 Encoder " & i) as user
name "xxxxxx" with password "xxxxxxx"
end repeat
end mountVolumes
if your user names and password are in the keychain, you get no dialog box
interruptions.
hope this helps
Ian