I am successfully opening 1 random file, like this:
tell application "Finder"
open some file of folder "HD:random"
end tell
I would like to open 3 random files in the folder. 3 different ones. If I run the applescript 3 times I will get the same ones sometimes.
Thanks!
Here’s 1 way using “some file”…
Here’s another way using random numbers…