Uso de AppleScript con el SO huésped
tell application "Notepad"
open "/Users/username/filename.txt"
end telltell application "Microsoft Edge"
open "//www.parallels.com"
end telltell application "Notepad"
open "/Users/username/filename.txt"
end telltell application "Microsoft Edge"
open "//www.parallels.com"
end tell