Re: Shell script does not run
Re: Shell script does not run
- Subject: Re: Shell script does not run
- From: Doug McNutt <email@hidden>
- Date: Wed, 25 Apr 2007 08:34:26 -0600
do script
is the command to use if you really want to run the shell command in Terminal.app inside of a tell terminal block. You might want to do that if you need to see errors or other things like progress bars. You can also designate a named window that is already open in Terminal if you want to preserve environment information between requests.
do shell script
creates a new shell - sh - and passes the command directly to it.
--
--> The best programming tool is a soldering iron <--
_______________________________________________
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