Hi all,
as mentioned i have some programming skill in another language on windows (borland delphi), and often when i was looking for answers on forums to problems, i would see hundreds of threads like this one, so here goes (man i feel like such a fool)
how do i launch another application from within my cocoa app?
specifically i would like to launch the terminal (hidden if possible) and pass it a command.
i am looking to call SMBClient and pass it a set of parameters to "automatically" mount a network share, i did have a sample app that launched programs but in my wild stupidity i have managed to loose it....
when i tried [open "smbclient <params>", 0] Xcode went crackers with errors...
as mentioned i have some programming skill in another language on windows (borland delphi), and often when i was looking for answers on forums to problems, i would see hundreds of threads like this one, so here goes (man i feel like such a fool)
how do i launch another application from within my cocoa app?
specifically i would like to launch the terminal (hidden if possible) and pass it a command.
i am looking to call SMBClient and pass it a set of parameters to "automatically" mount a network share, i did have a sample app that launched programs but in my wild stupidity i have managed to loose it....
when i tried [open "smbclient <params>", 0] Xcode went crackers with errors...