Please help a newbie-apple-scripter out.. 
I just want to have a simple little apple script to launch a DVD movie folder that is stored on my HD.. basicly, lets say I have a bunch of DVD's copied on to the HD for play back ( I don't yet, but I will later ) I want a simple apple script .app that I can click to launch a movie..
say I have a Script .app that is called Moulin Rouge. When Clicked, It launches the video_ts folder and plays fullscreen on the Screen
I KNOW the syntax is incorrect, but this is what I want to do, how do I say it right??
tell application "DVD Player"
activate
open folder in "VIDEO_TS" in folder "MoulinRouge" in folder "DVD" on hard drive "Bob's_HDrive" on computer "Bob"
Play full screen
end tell
The idea is to take this and just copy the script for whatever movie I wish to have a script .app -- I just have to change the name of the script and the path..
what is the syntax for a file path in applescript??

I just want to have a simple little apple script to launch a DVD movie folder that is stored on my HD.. basicly, lets say I have a bunch of DVD's copied on to the HD for play back ( I don't yet, but I will later ) I want a simple apple script .app that I can click to launch a movie..
say I have a Script .app that is called Moulin Rouge. When Clicked, It launches the video_ts folder and plays fullscreen on the Screen
I KNOW the syntax is incorrect, but this is what I want to do, how do I say it right??
tell application "DVD Player"
activate
open folder in "VIDEO_TS" in folder "MoulinRouge" in folder "DVD" on hard drive "Bob's_HDrive" on computer "Bob"
Play full screen
end tell
The idea is to take this and just copy the script for whatever movie I wish to have a script .app -- I just have to change the name of the script and the path..
what is the syntax for a file path in applescript??