Re: NSTask...Whois
Re: NSTask...Whois
- Subject: Re: NSTask...Whois
- From: "Laurent Daudelin" <email@hidden>
- Date: Thu, 13 Nov 2003 11:09:58 -0500
On 13/11/03 10:18, "Mark Davis" <email@hidden> wrote:
>
In the Terminal I can type this in and it gets me my whois information:
>
whois -h whois.nic.uk realmacs.co.uk
>
>
When I use it through NSTask,
>
>
[whois setArguments:[NSArray arrayWithObjects:@"-h
>
whois.nic.uk",@"realmacs.co.uk"]];
>
>
it returns a message saying:
>
>
usage: whois [-aAdgilmQrR6] [-c country-code | -h hostname] [-p port]
>
name ...
>
>
Any idea why this isn't working?
arrayWithObjects: requires nil after the last object. Maybe that's the
problem?
-Laurent.
--
========================================================================
Laurent Daudelin Developer, Multifamily, ESO, Fannie Mae
mailto:email@hidden Washington, DC, USA
************************ Usual disclaimers apply ***********************
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.