<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Invoking an executable. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/invoking-an-executable/m-p/2816509#M77601</link>
    <description>Well, this is basically covered in a programming topic, but, how does one execute another binary from a c code? like the system function in perl. how does one achieve the same on linux?</description>
    <pubDate>Tue, 01 Oct 2002 06:39:35 GMT</pubDate>
    <dc:creator>Mustafa Motiwala</dc:creator>
    <dc:date>2002-10-01T06:39:35Z</dc:date>
    <item>
      <title>Invoking an executable.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/invoking-an-executable/m-p/2816509#M77601</link>
      <description>Well, this is basically covered in a programming topic, but, how does one execute another binary from a c code? like the system function in perl. how does one achieve the same on linux?</description>
      <pubDate>Tue, 01 Oct 2002 06:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/invoking-an-executable/m-p/2816509#M77601</guid>
      <dc:creator>Mustafa Motiwala</dc:creator>
      <dc:date>2002-10-01T06:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Invoking an executable.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/invoking-an-executable/m-p/2816510#M77602</link>
      <description>hi&lt;BR /&gt;i am not good at programming but there exists a system function in C as well to call an external binary/script.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;balaji</description>
      <pubDate>Tue, 01 Oct 2002 07:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/invoking-an-executable/m-p/2816510#M77602</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2002-10-01T07:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Invoking an executable.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/invoking-an-executable/m-p/2816511#M77603</link>
      <description>yes, and its execle() but the problem is that these functions dont return control to the calling prog. i need control back after the prog. ends.</description>
      <pubDate>Tue, 01 Oct 2002 08:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/invoking-an-executable/m-p/2816511#M77603</guid>
      <dc:creator>Mustafa Motiwala</dc:creator>
      <dc:date>2002-10-01T08:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Invoking an executable.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/invoking-an-executable/m-p/2816512#M77604</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I'm no coder, but you have a system function in c as well, where you can call an external binary to be executed:&lt;BR /&gt;&lt;BR /&gt; system("/path/to/executable_to_run");&lt;BR /&gt;&lt;BR /&gt;This works when calling a shell script at least, and I'm able to return control to the c program after calling the shell script.&lt;BR /&gt;&lt;BR /&gt;rgds Bjoern.</description>
      <pubDate>Tue, 01 Oct 2002 08:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/invoking-an-executable/m-p/2816512#M77604</guid>
      <dc:creator>Bjoern Myrland</dc:creator>
      <dc:date>2002-10-01T08:49:12Z</dc:date>
    </item>
  </channel>
</rss>

