Code: Select all
on run
do shell script "open -n /Applications/VLC.app"
end run
on open theFiles
repeat with theFile in theFiles
do shell script "open -na /Applications/VLC.app " & quote & (POSIX path of theFile) & quote
end repeat
end open
Sorry if this is maybe a basic question, but I'm new to VLC and scripting as well... Thanks for all your help!
Tom