Re: Wrapping unix commands
Re: Wrapping unix commands
- Subject: Re: Wrapping unix commands
- From: David Remahl <email@hidden>
- Date: Thu, 01 Nov 2001 20:47:21 +0100
>
Cocoa Developers,
>
>
How do you wrap a 'simple' unix command like 'whoami' or 'cd
>
/dev/cu.modem' for example?
>
I've seen a few examples of complicated wrappers but I want something
>
simple and small, when I worked in realbasic it was as simple as:
>
>
Dim myShell as shell
>
myshell.execute-"whoami"
>
>
Surely there's a really simple way to do it in cocoa?
>
>
Luke.
Search the archives for NSPort. In fact, the question was asked yesterday
and answered as well...There is plenty of documentation on it as well.
/ david