Re: Scripting Terminal for simple FTP
Re: Scripting Terminal for simple FTP
- Subject: Re: Scripting Terminal for simple FTP
- From: Paul Skinner <email@hidden>
- Date: Tue, 1 Apr 2003 14:37:39 -0500
On Tuesday, April 1, 2003, at 01:21 PM, Andrew Oliver wrote:
That's exactly how 'do shell script' works. It takes a single command
and
sends it to a new shell. There is no interaction with that command
while
it's running.
In short, you can't use 'do shell script' to interact with a terminal.
snip
Andrew
That's not entirely true Andrew. You can string multiple commands
together with simicolons, or run a document containing multiple
commands that each act on the results of the previous commands. Not
'exactly' interactive, but virtually interactive.
Paul Skinner
_______________________________________________
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.