• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSTask
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: NSTask
      • From: April Gendill <email@hidden>
References: 
 >Re: NSTask (From: April Gendill <email@hidden>)

  • Prev by Date: mutable keys in NSMutableDictionary
  • Next by Date: Re: NSTask
  • Previous by thread: Re: NSTask
  • Next by thread: Re: NSTask
  • Index(es):
    • Date
    • Thread