This should be easy for you pros

All that I want to accomplish is to write an AppleScript that will open a file in an application. The Application, Vectorworks is located in Macintosh HD and the file is on my Desktop. I was clever enough to get the application to open but I don’t know how to open the file. The cat’s bum would be to open the application with this file like I dropped it into the application. Anyone have an Idea how to do this.

thanks.

If you insert the correct paths into this, I think it will do what you want.

tell application "Finder" to open file "path:to:file" using "path:to:Vectorworks application"