Re: Submitting Parameters
Re: Submitting Parameters
- Subject: Re: Submitting Parameters
- From: tom wible <email@hidden>
- Date: Wed, 18 Apr 2007 16:22:02 -0400
Ronald Hofmann:
Subject: Submitting Parameters
> I´m calling an AppleScript from the command line:
i've used this successfully:
on run argv
try
set i to (count (argv))
if item 1 of argv = "updateCrontab" then
set interactive to false
...
on error -- no argv if run from gui
...
_______________________________________________
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