<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : script file</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : script file]]></description>
  <pubDate>Sun, 31 May 2026 22:22:25 +0000</pubDate>
  <lastBuildDate>Wed, 16 Mar 2011 18:56:01 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=5385</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[script file : When you show the ^C is that using...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=14075&amp;title=script-file#14075</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=171881">RJBPIII</a><br /><strong>Subject:</strong> 5385<br /><strong>Posted:</strong> 16.Mar.2011 at 18:56<br /><br />When you show the ^C is that using the symbol above the 6 key and just a capitol C ? I did not get to work this week and have a chance to try it out, I do apprecate any assistane. Did 2002 allow .scr files? That is what I am running at hope. I never used any .scr until the company gave me 2011 to work with. I had been just doing Microstation up till then.]]>
   </description>
   <pubDate>Wed, 16 Mar 2011 18:56:01 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=14075&amp;title=script-file#14075</guid>
  </item> 
  <item>
   <title><![CDATA[script file : Thank you so much for the reply,...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13901&amp;title=script-file#13901</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=171881">RJBPIII</a><br /><strong>Subject:</strong> 5385<br /><strong>Posted:</strong> 11.Mar.2011 at 21:25<br /><br />Thank you so much for the reply, I have saved the information to try out.<img src="http://www.cadforum.cz/forum_en/smileys/smiley1.gif" height="17" width="17" border="0" align="absmiddle" alt="Smile" />]]>
   </description>
   <pubDate>Fri, 11 Mar 2011 21:25:23 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13901&amp;title=script-file#13901</guid>
  </item> 
  <item>
   <title><![CDATA[script file : A macro to run a script should...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13665&amp;title=script-file#13665</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=73469">CarlB</a><br /><strong>Subject:</strong> 5385<br /><strong>Posted:</strong> 03.Mar.2011 at 21:04<br /><br /><P>A macro to run a script should look more like:</P><DIV>&nbsp;</DIV><DIV>^c^c_script;"c:\file location information\filename.scr";</DIV><DIV>&nbsp;</DIV><DIV>or, without quotes</DIV><DIV>&nbsp;</DIV><DIV><DIV>^c^c_script;c:\file location information\filename.scr;</DIV><DIV>&nbsp;</DIV><DIV>and yes you can have comments in script file; start the&nbsp;line with a semicolon</DIV></DIV>]]>
   </description>
   <pubDate>Thu, 03 Mar 2011 21:04:05 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13665&amp;title=script-file#13665</guid>
  </item> 
  <item>
   <title><![CDATA[script file : I never could get the macro to...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13664&amp;title=script-file#13664</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=171881">RJBPIII</a><br /><strong>Subject:</strong> 5385<br /><strong>Posted:</strong> 03.Mar.2011 at 20:33<br /><br />I never could get the macro to work, but I did get the script file do do what I wanted. In using MicroStation, I have an Icon which will do the same as Zoom Extnets, Save both the file and the file settings and then close the file. I got a .scr file to do this, but could never figure out how to get the macro to preform these functions. I had the advantage in the Microstation VBA to record what I did and then go back and rename the recorded functions macro to something I wanted and then tie the recorded vba via run VBA "macroname" I am now assigned Autocad11 drawings to be done and I wanted to have some of the features I lost? <DIV>I was an electrician for over 40years and now I am a drafter, doing both types of drawings, only trying to learn short cuts. Thanks Richard</DIV><DIV>I will attach&nbsp;the .scr file if need to see</DIV><DIV><BR>e<BR>;<BR>SAVE<BR>;<BR>close<BR>;</DIV><DIV>That is what&nbsp; I have, is it possible to put comments in .scr files?</DIV><span style="font-size:10px"><br /><br />Edited by RJBPIII - 03.Mar.2011 at 20:38</span>]]>
   </description>
   <pubDate>Thu, 03 Mar 2011 20:33:49 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13664&amp;title=script-file#13664</guid>
  </item> 
  <item>
   <title><![CDATA[script file : Run the macro from the toolbar...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13595&amp;title=script-file#13595</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 5385<br /><strong>Posted:</strong> 28.Feb.2011 at 17:16<br /><br /><P>Run the macro from the toolbar icon.&nbsp; Why do you need a script?&nbsp; Seems redundant.</P>]]>
   </description>
   <pubDate>Mon, 28 Feb 2011 17:16:02 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13595&amp;title=script-file#13595</guid>
  </item> 
  <item>
   <title><![CDATA[script file : I have a tool bar and was going...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13594&amp;title=script-file#13594</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=171881">RJBPIII</a><br /><strong>Subject:</strong> 5385<br /><strong>Posted:</strong> 28.Feb.2011 at 17:10<br /><br />I have a tool bar and was going to use one of the Icons to run the .scr file could you explain how to do that direct?]]>
   </description>
   <pubDate>Mon, 28 Feb 2011 17:10:20 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13594&amp;title=script-file#13594</guid>
  </item> 
  <item>
   <title><![CDATA[script file : I would think you could use your...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13593&amp;title=script-file#13593</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=165260">John Connor</a><br /><strong>Subject:</strong> 5385<br /><strong>Posted:</strong> 28.Feb.2011 at 16:56<br /><br />I would think you could use your script file as a substitute for the macro.]]>
   </description>
   <pubDate>Mon, 28 Feb 2011 16:56:56 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13593&amp;title=script-file#13593</guid>
  </item> 
  <item>
   <title><![CDATA[script file : How can I run a script file from...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13592&amp;title=script-file#13592</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=171881">RJBPIII</a><br /><strong>Subject:</strong> 5385<br /><strong>Posted:</strong> 28.Feb.2011 at 16:51<br /><br />How can I run a script file from a macro. I have made a working .scr file, but have not figured out how to get a macro to run it. I tried the ^c^c "c:\file location information\filename.scr" and it tried to run each line seperate, If I just use the popup and click to open it, it will run the commands fine Would appreciate your assistance.]]>
   </description>
   <pubDate>Mon, 28 Feb 2011 16:51:24 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=5385&amp;PID=13592&amp;title=script-file#13592</guid>
  </item> 
 </channel>
</rss>