<?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 Re: Executing a program without a window in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Executing-a-program-without-a-window/m-p/845631#M63600</link>
    <description>&lt;DIV&gt;Don't use SYSTEM - it creates the console window. Use CreateProcess instead. Example at &lt;A href="http://h18009.www1.hp.com/fortran/visual/vfn09/page3.html#win32" target="_blank"&gt;http://h18009.www1.hp.com/fortran/visual/vfn09/page3.html#win32&lt;/A&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 02 Dec 2003 22:46:55 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2003-12-02T22:46:55Z</dc:date>
    <item>
      <title>Executing a program without a window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Executing-a-program-without-a-window/m-p/845630#M63599</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I have a Fortran Windows Application in which I have to start another Fortran program in a loop. I do this withthe call "stat =SYSTEM("program2.exe"), but any time program2 is executed a console window appears. I do not need this window because program2 only reads a file, performs something and writes to another file. In my case program2 was built as a console application.&lt;/DIV&gt;
&lt;DIV&gt;How can I get rid of the console windows? What project type is needed for program2 to have no windows on the screen?&lt;/DIV&gt;
&lt;DIV&gt;I already tried to make a subroutine of progam2, but that did not work correct, because in a loop the initial status of the variables is not reset. So I really need to run it as a program executable.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Guus&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Dec 2003 22:08:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Executing-a-program-without-a-window/m-p/845630#M63599</guid>
      <dc:creator>nijhuis</dc:creator>
      <dc:date>2003-12-02T22:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Executing a program without a window</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Executing-a-program-without-a-window/m-p/845631#M63600</link>
      <description>&lt;DIV&gt;Don't use SYSTEM - it creates the console window. Use CreateProcess instead. Example at &lt;A href="http://h18009.www1.hp.com/fortran/visual/vfn09/page3.html#win32" target="_blank"&gt;http://h18009.www1.hp.com/fortran/visual/vfn09/page3.html#win32&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Dec 2003 22:46:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Executing-a-program-without-a-window/m-p/845631#M63600</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2003-12-02T22:46:55Z</dc:date>
    </item>
  </channel>
</rss>

