<?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 spawning system command from fortran in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/spawning-system-command-from-fortran/m-p/806257#M40351</link>
    <description>Hi There,&lt;BR /&gt;I'm porting some fortran from openVMS to XP and am using the compaq VF environment, and need to issue a system command.  On VMS I'd do something like:&lt;BR /&gt;&lt;BR /&gt;call lib$spawn('dir/out=arf.arf')&lt;BR /&gt;&lt;BR /&gt;How can I accomplish this with my XP application?&lt;BR /&gt;&lt;BR /&gt;thank you,&lt;BR /&gt;-Chuck Taylor</description>
    <pubDate>Thu, 29 May 2003 22:29:18 GMT</pubDate>
    <dc:creator>chuck_taylor</dc:creator>
    <dc:date>2003-05-29T22:29:18Z</dc:date>
    <item>
      <title>spawning system command from fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/spawning-system-command-from-fortran/m-p/806257#M40351</link>
      <description>Hi There,&lt;BR /&gt;I'm porting some fortran from openVMS to XP and am using the compaq VF environment, and need to issue a system command.  On VMS I'd do something like:&lt;BR /&gt;&lt;BR /&gt;call lib$spawn('dir/out=arf.arf')&lt;BR /&gt;&lt;BR /&gt;How can I accomplish this with my XP application?&lt;BR /&gt;&lt;BR /&gt;thank you,&lt;BR /&gt;-Chuck Taylor</description>
      <pubDate>Thu, 29 May 2003 22:29:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/spawning-system-command-from-fortran/m-p/806257#M40351</guid>
      <dc:creator>chuck_taylor</dc:creator>
      <dc:date>2003-05-29T22:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: spawning system command from fortran</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/spawning-system-command-from-fortran/m-p/806258#M40352</link>
      <description>CALL SYSTEM() allows you to submit a command to the operating system.  That command might start a script, which could specify its own shell in order to avoid confusion between shells.  This is an extension supported in a similar way by most vendors' Fortrans.</description>
      <pubDate>Thu, 29 May 2003 23:22:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/spawning-system-command-from-fortran/m-p/806258#M40352</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2003-05-29T23:22:20Z</dc:date>
    </item>
  </channel>
</rss>

