Hi,
I’m trying to have a text document open off of my desktop. But the script has to work for different users on different machines.
this is what I got so far:
tell application “Finder”
activate
select window of desktop
select window of desktop
open document file “xxx.txt” of folder “Desktop” of folder “mac” of folder “Users” of startup disk
end tell