Lustig und sinnlos
Posted in Applescript, Calendar on Februar 5th, 2006Wie der Titel schon sagt…aber nett anzusehen… 
repeat 2 times
tell application "Finder"
make new Finder window
end tell
end repeat
tell application "Finder"
set bounds of Finder window 1 to {0, 0, 100, 100}
set bounds of Finder window 2 to {0, 0, 100, 100}
end tell
repeat 5 times
tell application "Finder"
activate
set position of Finder window 1 to {10, 336}
set position of Finder window 2 to {252, 275}
set position of Finder window 1 to {15, 601}
set position of Finder window 2 to {417, 338}
set position of Finder window 1 to {338, 596}
set position of Finder window 2 to {382, 132}
set position of Finder window 1 to {739, 601}
set position of Finder window 2 to {792, 115}
set position of Finder window 1 to {750, 352}
set position of Finder window 2 to {750, 352}
set position of Finder window 1 to {792, 115}
set position of Finder window 2 to {739, 601}
set position of Finder window 1 to {382, 132}
set position of Finder window 2 to {338, 596}
set position of Finder window 1 to {417, 338}
set position of Finder window 2 to {15, 601}
set position of Finder window 1 to {252, 275}
set position of Finder window 2 to {10, 336}
end tell
end repeat
tell application "Finder"
set bounds of Finder window 1 to {200, 200, 400, 300}
set bounds of Finder window 2 to {200, 250, 300, 400}
end tell

