On Sun, Mar 14, 2010 at 8:42 PM, Kyle Sluder <[email protected]> wrote: > On Sun, Mar 14, 2010 at 1:41 PM, gMail.com <[email protected]> wrote: >> I had to modify just one thing, then it worked: since we invoke directly >> hdiutil, I removed "hdiutil" from the args, so now it looks like: > > This is incorrect. Unix convention requires the program name be the > first argument. > > Remember, NSTask is *NOT* like entering a command at the shell prompt.
NSTask is also not like calling the exec family of functions. NSTask implicitly passes the target path as the first argument, and puts your arguments starting with argv[1]. Mike _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
