[comp.sys.next] Shell script in Obj-C methods ??

kamisett@enuxha.eas.asu.edu (Krishnaprasad Kamisetty) (06/30/90)

Is it possible to include Shell script in Obj-C methods to 
do some automatic file transfer etc.? If, so ,how? Thanks

Regards

Kris Kamisetty
kamisett@enuxha.eas.asu.edu

smb@datran2.uunet (Steven M. Boker) (07/01/90)

In article <1011@enuxha.eas.asu.edu>, kamisett@enuxha.eas.asu.edu (Krishnaprasad Kamisetty) writes:
> Is it possible to include Shell script in Obj-C methods to 
> do some automatic file transfer etc.? If, so ,how? Thanks

I think that if you look at the unix manual page for "system" that
it will fill the bill.  System fires up a shell and allows you to
pass an argument specifying the script or executable and its arguments.

Steve.

-- 
 #====#====#====#====#====#====#====#====#====#====#====#====#====#====#====#
 #  Steve Boker                #  Black holes are how God divides by zero.  #
 #  smb@datran2.uunet.uu.net   #  ....I have my own methods.                #
 #====#====#====#====#====#====#====#====#====#====#====#====#====#====#====#