(no subject)
(no subject)
- Subject: (no subject)
- From: tom wible <email@hidden>
- Date: Wed, 22 Dec 2010 11:27:34 -0500
i have a script that includes code from another app:
property tvpi2crontabP : "/DVR/scripts/tvpi2crontab.app"
property tvpi2crontab : (load script POSIX file tvpi2crontabP)
on open these_items
set PpathList to {}
repeat with f in these_items
set end of PpathList to POSIX path of f
end repeat
tvpi2crontab's tvpi2email(PpathList)
end open
on run
set these_files to choose file with multiple selections allowed
open these_files
end run
and judging from the size of it, it's all there:
tomw> ls -l tvpi2email.app/Contents/Resources/Scripts/
-rw-r--r-- 1 tomw staff 401874 Dec 21 10:06 main.scpt
so why does it demand i tell it where tvpi2crontab.app is? or does
"compiled" mean something different in a/s?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden