Re: AS and shell
- Subject: Re: AS and shell
- From: "Mark J. Reed" <email@hidden>
- Date: Thu, 30 Nov 2006 15:40:58 -0500
- Delivered-to: email@hidden
- Delivered-to: email@hidden
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MFBDFLScBjVPjzxhgCnU9/NV6qbAdeNuUR2VxgjljmWW3uB5p4SaM+jVwa/0vv+CTmqB13h5IV5Jefq2mqdunWx9s6/KaJ6av0wbp5qP/BIjKJ36/T/myvNakSrjbxBF1hVfC5gXGi4m+axbQdn9fMhe1NIFeez6OOYsntV050w=
On 11/30/06, Mark J. Reed <email@hidden> wrote:
Does this not work as intended?
do shell script "some command " & return & "some other command"
Answer: no, it doesn't, but this does:
do shell script "some command" & ASCII character 10 & "some other command"
--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.