Re: NSTask...Whois
Re: NSTask...Whois
On Thu, Nov 13, 2003 at 11:18:39AM -0400, Mark Davis 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?
[NSArray arrayWithObjects: @"-h", @"whois.nic.uk", @"realmacs.co.uk"]
should work better.
--
=Nicholas Riley <email@hidden> | <
http://www.uiuc.edu/ph/www/njriley>
_______________________________________________
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.