<?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 Runing VBScript Macro in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Runing-VBScript-Macro/m-p/844381#M62350</link>
    <description>I wrote a VBScript Macro and installed it. The Macro run from both toolbar button and Macros Dialog Box, successfully.&lt;BR /&gt;But I want to run it from Fortran Program,&lt;BR /&gt;I put "msdev -ex Macroname" command  to fortran Code ( as given Online Document) but I couldn't compile and execute it.&lt;BR /&gt;Is there anybody who can help me where I made mistake, please?&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Jun 2002 16:52:33 GMT</pubDate>
    <dc:creator>selahattin</dc:creator>
    <dc:date>2002-06-07T16:52:33Z</dc:date>
    <item>
      <title>Runing VBScript Macro</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Runing-VBScript-Macro/m-p/844381#M62350</link>
      <description>I wrote a VBScript Macro and installed it. The Macro run from both toolbar button and Macros Dialog Box, successfully.&lt;BR /&gt;But I want to run it from Fortran Program,&lt;BR /&gt;I put "msdev -ex Macroname" command  to fortran Code ( as given Online Document) but I couldn't compile and execute it.&lt;BR /&gt;Is there anybody who can help me where I made mistake, please?&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jun 2002 16:52:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Runing-VBScript-Macro/m-p/844381#M62350</guid>
      <dc:creator>selahattin</dc:creator>
      <dc:date>2002-06-07T16:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Runing VBScript Macro</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Runing-VBScript-Macro/m-p/844382#M62351</link>
      <description>First make sure any command you use works from the command line already.  Then you can do something like:&lt;BR /&gt;&lt;BR /&gt;use dflib&lt;BR /&gt;result = SYSTEMQQ ("at msdev -ex macroname")&lt;BR /&gt;&lt;BR /&gt;If you still have problems post a code sample and describe any error.&lt;BR /&gt;&lt;BR /&gt;James</description>
      <pubDate>Sat, 08 Jun 2002 05:41:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Runing-VBScript-Macro/m-p/844382#M62351</guid>
      <dc:creator>james1</dc:creator>
      <dc:date>2002-06-08T05:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Runing VBScript Macro</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Runing-VBScript-Macro/m-p/844383#M62352</link>
      <description>Thanks for your reply.&lt;BR /&gt;But I still have problem. Compilation is Ok but in running I got "Bad command or Filename" message.&lt;BR /&gt;Here is code and as you see it is only test purposes.&lt;BR /&gt;Main Prog:&lt;BR /&gt;	PROGRAM TEST1&lt;BR /&gt;	use dflib&lt;BR /&gt;	IMPLICIT NONE&lt;BR /&gt;	logical result	&lt;BR /&gt;	result=systemqq(" msdev -ex TestMacro")	 &lt;BR /&gt;	END PROGRAM&lt;BR /&gt;Macro Code:&lt;BR /&gt;Sub TestMacro()&lt;BR /&gt;    MsgBox "Hello"&lt;BR /&gt;End Sub&lt;BR /&gt;Thanks at advance&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jun 2002 03:00:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Runing-VBScript-Macro/m-p/844383#M62352</guid>
      <dc:creator>selahattin</dc:creator>
      <dc:date>2002-06-11T03:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Runing VBScript Macro</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Runing-VBScript-Macro/m-p/844384#M62353</link>
      <description>Try replacing "msdev" with "dfdev".&lt;BR /&gt;&lt;BR /&gt;James</description>
      <pubDate>Tue, 11 Jun 2002 03:25:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Runing-VBScript-Macro/m-p/844384#M62353</guid>
      <dc:creator>james1</dc:creator>
      <dc:date>2002-06-11T03:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Runing VBScript Macro</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Runing-VBScript-Macro/m-p/844385#M62354</link>
      <description>Hi James,&lt;BR /&gt;I tried with "dfdev" like&lt;BR /&gt;result=systemqq("dedev -ex macroname") .&lt;BR /&gt;It works but, firstly it opens a new CVF window and then macro runs.&lt;BR /&gt;Thanks your cooperative support.&lt;BR /&gt;Regards&lt;BR /&gt;Selahattin</description>
      <pubDate>Tue, 11 Jun 2002 22:58:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Runing-VBScript-Macro/m-p/844385#M62354</guid>
      <dc:creator>selahattin</dc:creator>
      <dc:date>2002-06-11T22:58:24Z</dc:date>
    </item>
  </channel>
</rss>

