Re: Script for Variable
Re: Script for Variable
- Subject: Re: Script for Variable
- From: Hanaan Rosenthal <email@hidden>
- Date: Wed, 14 Jan 2004 14:24:36 -0500
- Organization: Custom Flow Solutions
Amir,
Try this:
tell app "finder"
set movie_file_1 to file 1 of folder movie_folder_1
set movie_file_2 to file 1 of folder movie_folder_2
--merge movie_file_1 and movie_file_2
end tell
Hanaan
>
>
From: Amir Bozorgzadeh <email@hidden>
>
Date: 2004/01/14 Wed PM 12:58:44 EST
>
To: AppleScript Users <email@hidden>
>
Subject: Script for Variable
>
>
I am not sure if I ma using the right terminology but here goes...
>
>
I am writing a script that merges two movie files together in
>
Quicktime. I need the script to look inside a two folders and get
>
whatever two files are in there. However, the files names are always
>
different. Is there a way to introduce this variable to applescript
>
without hardcoding a file name into it. If so, how? Thanks in advance
>
for any help.
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/
listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.