Re: NSTask
Re: NSTask
- Subject: Re: NSTask
- From: j o a r <email@hidden>
- Date: Tue, 7 Oct 2003 17:05:56 +0200
Do you really understand that you need to pass the arguments and their
parameters as separate objects in the array?
NSArray *myArgs = [MyArray arrayWithObjects: @"-f", @"val1", @"-g",
@"val2", nil];
and NOT
NSArray *myArgs = [MyArray arrayWithObjects: @"-f val1", @"-g val2",
nil];
j o a r
On 2003-10-07, at 16.51, April Gendill wrote:
yes I understand that, which is why i have an array, the problem is
when I pass an argument like
_______________________________________________
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.
References: | |
| >Re: NSTask (From: April Gendill <email@hidden>) |