Path: utzoo!attcan!uunet!datran2!smb From: smb@datran2.uunet (Steven M. Boker) Newsgroups: comp.sys.next Subject: Re: Shell script in Obj-C methods ?? Keywords: Shell script, Interface Builder, ObjC methods Message-ID: <449@datran2.uunet> Date: 30 Jun 90 19:29:34 GMT References: <1011@enuxha.eas.asu.edu> Organization: Data Transforms, Denver, CO Lines: 15 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. # #====#====#====#====#====#====#====#====#====#====#====#====#====#====#====#