19 items | 23 visits
Apple Remote Desktop UNIX commands and scripts
Updated on Feb 04, 10
Created on Sep 28, 08
Category: Computers & Internet
URL:
Installs all needed packages from a shared folder. Look in a shared folder - in this case, /Volumes/Somewhere/SharedPackages - and for each package we find there, take a look in our receipts folder to see if we have a receipt by the same name (indicating we've already installed that package), and if not, install it.
tell application "Finder"
mount volume "afp://testing493:testing@fs493.kckps.k12.ks.us/FS493.VOL2"
delay 8
repeat 25 times
if (exists "FS493.VOL2") then
do shell script "open -a TestTaker"
exit repeat
end if
delay 2
end repeat
end tell
19 items | 23 visits
Apple Remote Desktop UNIX commands and scripts
Updated on Feb 04, 10
Created on Sep 28, 08
Category: Computers & Internet
URL: