<?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: screen colors with script in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9032384#M279696</link>
    <description>&lt;DIV style="font-size: 1.1em; font-family: 'Artifakt'; line-height: 1.3em; margin: 15px 100px 80px 100px;"&gt;
&lt;P&gt;3.5 years later and you have not implemented the solution in post #2 yet?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why is this not a solution?&lt;/P&gt;
&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 18 Sep 2019 12:40:29 GMT</pubDate>
    <dc:creator>rkmcswain</dc:creator>
    <dc:date>2019-09-18T12:40:29Z</dc:date>
    <item>
      <title>screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6328100#M279676</link>
      <description>&lt;P&gt;When teaching students new to AutoCAD, I have them run a script file to reset many options that others using the same computer may have changed. (pickbox size, osnap settings, grid on/off, etc.) I would like to add to the script file so that the screen color and crosshair colors are changed to a standard color when students run the script file. I find that for many new users it is helpful to have all monitors look the same.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 12:23:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6328100#M279676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T12:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6328128#M279677</link>
      <description>Take a look at: &lt;A href="http://cadpanacea.com/wp/?p=242" target="_blank"&gt;http://cadpanacea.com/wp/?p=242&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 May 2016 12:39:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6328128#M279677</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2016-05-16T12:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6328135#M279678</link>
      <description>&lt;P&gt;there are many lisps out there you can throw together. see this one for the background:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-changing-color-of-background-in-model-space/td-p/4724669" target="_blank"&gt;http://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-changing-color-of-background-in-model-space/td-p/4724669&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this thread for cross hairs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/crosshairs-automatically-change-colors-lisp-routine/td-p/2411277" target="_blank"&gt;http://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/crosshairs-automatically-change-colors-lisp-routine/td-p/2411277&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 12:44:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6328135#M279678</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2016-05-16T12:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6328180#M279679</link>
      <description>&lt;P&gt;pickbox size, osnap settings, grid on/off, etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;APERTURE (registered)&lt;/P&gt;&lt;P&gt;PICKBOX (registered)&lt;/P&gt;&lt;P&gt;Grid parameters (DWG)&lt;/P&gt;&lt;P&gt;ORTHOMODE (DWG)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to say that some parameters depend on Templates (DWG or DWT to start with), not on registered settings....&lt;/P&gt;&lt;P&gt;Using a script to modify DWG parameters is not the good way to teach your student, according to me.&lt;/P&gt;&lt;P&gt;But you may want to turn the grid off,mainly. Then I'd understand !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 12:59:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6328180#M279679</guid>
      <dc:creator>tramber</dc:creator>
      <dc:date>2016-05-16T12:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6328290#M279680</link>
      <description>&lt;P&gt;Also you could look at&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/system-variable-for-crosshair-color/td-p/5480926" target="_self"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/system-variable-for-crosshair-color/td-p/5480926&lt;/A&gt;&lt;/P&gt;&lt;P&gt;with this great routine written by Lee Mac - you could set any of ACI colors&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've added/modified original&amp;nbsp;routine&amp;nbsp;so if you want to change both colors you could try it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;;; Added part
;; just put values of ACI for firstly crosshair and then for background below
;; in example routine will set Red (1) - crosshair and grey (252)  background in model space

(defun c:ccc nil (ChCol 1 252))

;; modified function
(defun ChCol ( CrossHairCol BackGroundCol )
        (vla-put-modelcrosshaircolor
            (vla-get-display (vla-get-preferences (vlax-get-acad-object)))
            (LM:ACI-&amp;gt;OLE CrossHairCol)
        )
	  
	(vla-put-GraphicsWinModelBackgrndColor
	    (vla-get-display (vla-get-preferences (vlax-get-acad-object)))
            (LM:ACI-&amp;gt;OLE BackGroundCol)
        )
      (princ)
)

;;-------------------------------------------------------------------------------------------;;
;;                            
;; Original posted by Lee Mac 
;;                            
(defun c:ccch ( / c )
    (if (setq c (acad_colordlg 7 nil))
        (vla-put-modelcrosshaircolor
            (vla-get-display (vla-get-preferences (vlax-get-acad-object)))
            (LM:ACI-&amp;gt;OLE c)
        )
    )
    (princ)
)

;; ACI -&amp;gt; OLE  -  Lee Mac
;; Args: c - [int] ACI (AutoCAD Colour Index) Colour (1&amp;lt;=c&amp;lt;=255)

(defun LM:ACI-&amp;gt;OLE ( c )
    (apply 'LM:RGB-&amp;gt;OLE (LM:ACI-&amp;gt;RGB c))
)

;; RGB -&amp;gt; OLE  -  Lee Mac
;; Args: r,g,b - [int] Red, Green, Blue values

(defun LM:RGB-&amp;gt;OLE ( r g b )
    (logior (fix r) (lsh (fix g) 8) (lsh (fix b) 16))
)

;; ACI -&amp;gt; RGB  -  Lee Mac
;; Args: c - [int] ACI (AutoCAD Colour Index) Colour (1&amp;lt;=c&amp;lt;=255)

(defun LM:ACI-&amp;gt;RGB ( c / o r )
    (if (setq o (vla-getinterfaceobject (LM:acapp) (strcat "autocad.accmcolor." (substr (getvar 'acadver) 1 2))))
        (progn
            (setq r
                (vl-catch-all-apply
                   '(lambda ( )
                        (vla-put-colorindex o c)
                        (list (vla-get-red o) (vla-get-green o) (vla-get-blue o))
                    )
                )
            )
            (vlax-release-object o)
            (if (vl-catch-all-error-p r)
                (prompt (strcat "\nError: " (vl-catch-all-error-message r)))
                r
            )
        )
    )
)

;; Application Object  -  Lee Mac
;; Returns the VLA Application Object

(defun LM:acapp nil
    (eval (list 'defun 'LM:acapp 'nil (vlax-get-acad-object)))
    (LM:acapp)
)

(vl-load-com) (princ)&lt;/PRE&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 13:47:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6328290#M279680</guid>
      <dc:creator>krzysztof.psujek</dc:creator>
      <dc:date>2016-05-16T13:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6340336#M279681</link>
      <description>&lt;P&gt;Hello tcsteid;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you could just reset to defaults...wouldn't that be a lot easier?&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 14:43:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6340336#M279681</guid>
      <dc:creator>stevetamplen</dc:creator>
      <dc:date>2016-05-20T14:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6346426#M279682</link>
      <description>&lt;P&gt;@Anonymous﻿;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did any of the posts get your problem resolved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, please hit the Accept as Solution button for that post&amp;nbsp;so that more community members can profit from the solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still need assistance, please post back to let us know!&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 15:28:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6346426#M279682</guid>
      <dc:creator>stevetamplen</dc:creator>
      <dc:date>2016-05-24T15:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6346572#M279683</link>
      <description>&lt;P&gt;I am still trying to find a solution.&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 16:20:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6346572#M279683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-24T16:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6346772#M279684</link>
      <description>&lt;P&gt;Can you please post back with more detailed information about what you have tried, and why it didn't work for you? That way, we can give new possibilities and not hash over old suggestions!&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 17:44:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/6346772#M279684</guid>
      <dc:creator>stevetamplen</dc:creator>
      <dc:date>2016-05-24T17:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9030945#M279685</link>
      <description>&lt;P&gt;My issue is that multiple instructors use the classroom and students in some classes like to change screen colors. It is very un-nerving to new students to see a black screen one day a red screen the next..... I have students use a script file that does many things such as turn off osnaps, turn off grids, ortho, snaps and reset many variables etc so that they have the same screen every time they use the computer. These students take one class in AutoCAD as a required course so we just cover basic information not getting into adjusting settings. The more I can do to make all computers look the same every day the easier it is on students.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 19:59:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9030945#M279685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-17T19:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031033#M279686</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;export the profile and the template file means you have saved (or restored) 99% of the settings.&lt;/P&gt;
&lt;P&gt;When a user is starting then he can import the profile and make sure the standard template is on it's location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 20:41:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031033#M279686</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-09-17T20:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031121#M279687</link>
      <description>&lt;P&gt;thank you for responding but this solution just will not work in my situation. If I could add to the script file I use so that a profile was automatically added that would solve our problem.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 21:36:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031121#M279687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-17T21:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031127#M279688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; If I could add to the script file I use so that a profile was &lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; automatically added that would solve our problem.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;You can start AutoCAD with parameter &lt;STRIKE&gt;/b&lt;/STRIKE&gt;&amp;nbsp;/p and specifying the ARG-file.&lt;/P&gt;
&lt;P&gt;The only need is to make sure that a profile does not already exist with the same name (can be removed from the registry before starting AutoCAD).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[edit] sorry parameter for profile is /p [/edit]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 22:05:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031127#M279688</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-09-17T22:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031142#M279689</link>
      <description>&lt;P&gt;I sometimes have up to 50 computers in various locations that I would need to setup or make adjustments. By instructing the students to run a script file when they sit down at a&amp;nbsp; computer has been a fantastic solution in my environment. I just wish I could include screen and crosshair colors. Students in these classes only need a brief introduction to AutoCAD and we would like to concentrate on basic commands (lines, circles, arcs...). We often get a few students who are taking advanced classes that love to customize there computer which frustrates the next person who sits at that computer.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 21:58:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031142#M279689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-17T21:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031220#M279690</link>
      <description>&lt;P&gt;So, did you ever update your script?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 23:06:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031220#M279690</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2019-09-17T23:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031224#M279691</link>
      <description>&lt;P&gt;You really should listen to what &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/389680"&gt;@Alfred.NESWADBA&lt;/a&gt;&amp;nbsp;is saying. Some companies mandate a default profile and it's quite easy to setup.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 23:11:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031224#M279691</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2019-09-17T23:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031241#M279692</link>
      <description>&lt;P&gt;@Anonymous Yes, for example, if you set AutoCAD's shortcut properties to use the /p switch on all the pc's, you only have to do it once. Each time the pc is started, it starts using the specified profile and everything is &lt;STRONG&gt;&lt;EM&gt;always&lt;/EM&gt;&lt;/STRONG&gt; the same. One step better is to use a profile (*.arg) stored on the network. That way if you want to make a change to the profile, you do it once and all the pc's will use the updated profile. You don't have to go back to each pc again. It will also be available for future upgrades.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 23:24:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9031241#M279692</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2019-09-17T23:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9032134#M279693</link>
      <description>&lt;P&gt;I am not sure I understand what you are suggesting. I am including my script file in hopes that you can help me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Setvar ANGBASE 0&lt;BR /&gt;Setvar Annoautoscale 4&lt;BR /&gt;Setvar ANGDIR 0&lt;BR /&gt;Setvar APBOX 0&lt;BR /&gt;Setvar APERTURE 10&lt;BR /&gt;Setvar ATTDIA 0&lt;BR /&gt;Setvar ATTMODE 1&lt;BR /&gt;Setvar ATTREQ 1&lt;BR /&gt;Setvar AUDITCTL 0&lt;BR /&gt;Setvar AUTOSNAP 39&lt;BR /&gt;Setvar AUTOSNAP 47&lt;BR /&gt;Setvar Colortheme 0&lt;BR /&gt;Setvar COORDS 1&lt;BR /&gt;Setvar CURSORSIZE 8&lt;BR /&gt;Setvar DELOBJ 1&lt;BR /&gt;Setvar DIMASZ .2&lt;BR /&gt;Setvar DIMCEN -.09&lt;BR /&gt;Setvar DIMDEC 3&lt;BR /&gt;Setvar DIMGAP .09&lt;BR /&gt;Setvar Dimlayer Dimensions&lt;BR /&gt;Setvar Dimexo .175&lt;BR /&gt;Setvar Dimfxlon 0&lt;BR /&gt;Setvar Dimjust 0&lt;BR /&gt;Setvar Dimlfac 1&lt;BR /&gt;Setvar Dimlunit 2&lt;BR /&gt;Setvar Dimtfill 0&lt;BR /&gt;Setvar Donutid .25&lt;BR /&gt;Setvar DRAGMODE 2&lt;BR /&gt;Setvar DRAGP1 10&lt;BR /&gt;Setvar DRAGP2 25&lt;BR /&gt;Setvar Dynprompt 0&lt;BR /&gt;Setvar Dynmode 0&lt;BR /&gt;Setvar EDGEMODE 0&lt;BR /&gt;Setvar EXPERT 0&lt;BR /&gt;Setvar EXPLMODE 1&lt;BR /&gt;Setvar FILEDIA 1&lt;BR /&gt;Setvar FONTALT "simplex.shx"&lt;BR /&gt;Setvar Galleryview 1&lt;BR /&gt;Setvar Gridmode 0&lt;BR /&gt;Setvar GRIPBLOCK 0&lt;BR /&gt;Setvar GRIPCOLOR 5&lt;BR /&gt;Setvar GRIPHOT 1&lt;BR /&gt;Setvar GRIPS 1&lt;BR /&gt;Setvar GRIPSIZE 5&lt;BR /&gt;Setvar IMAGEHLT 0&lt;BR /&gt;Setvar ISAVEBAK 1&lt;BR /&gt;Setvar ISAVEPERCENT 0&lt;BR /&gt;Setvar ISOLINES 4&lt;BR /&gt;Setvar LOGFILEMODE 0&lt;BR /&gt;Setvar LWDEFAULT 25&lt;BR /&gt;Setvar Lwdisplay 0&lt;BR /&gt;Setvar LWUNITS 1&lt;BR /&gt;Setvar MAXACTVP 64&lt;BR /&gt;Setvar MAXSORT 1000&lt;BR /&gt;Setvar Menubar 1&lt;BR /&gt;Setvar MBUTTONPAN 1&lt;BR /&gt;Setvar Menubar 1&lt;BR /&gt;Setvar OLEHIDE 0&lt;BR /&gt;Setvar OLEQUALITY 1&lt;BR /&gt;Setvar ORTHOMODE 0&lt;BR /&gt;Setvar OSMODE 0&lt;BR /&gt;Setvar OSNAPCOORD 2&lt;BR /&gt;Setvar PAPERUPDATE 0&lt;BR /&gt;Setvar Pdmode 2&lt;BR /&gt;Setvar PELLIPSE 0&lt;BR /&gt;Setvar PICKADD 1&lt;BR /&gt;Setvar PICKAUTO 1&lt;BR /&gt;Setvar PICKBOX 5&lt;BR /&gt;Setvar PICKDRAG 0&lt;BR /&gt;Setvar PICKFIRST 1&lt;BR /&gt;Setvar PICKSTYLE 1&lt;BR /&gt;Setvar PLINETYPE 2&lt;BR /&gt;Setvar PLOTROTMODE 2&lt;BR /&gt;Setvar POLARADDANG .&lt;BR /&gt;Setvar POLARANG 5&lt;BR /&gt;Setvar POLARDIST 0.0000&lt;BR /&gt;Setvar POLARMODE 0&lt;BR /&gt;Setvar PROJMODE 2&lt;BR /&gt;Setvar PROXYGRAPHICS 1&lt;BR /&gt;Setvar PROXYNOTICE 1&lt;BR /&gt;Setvar PROXYSHOW 1&lt;BR /&gt;Setvar PSTYLEPOLICY 1&lt;BR /&gt;Setvar RTDISPLAY 1&lt;BR /&gt;Setvar SDI 0&lt;BR /&gt;Setvar SHORTCUTMENU 11&lt;BR /&gt;Setvar SNAPmodE 0&lt;BR /&gt;Setvar Startup 1&lt;BR /&gt;Setvar Statusbar 1&lt;BR /&gt;Setvar TEXTFILL 1&lt;BR /&gt;Setvar TOOLTIPS 1&lt;BR /&gt;Setvar TRACKPATH 0&lt;BR /&gt;Setvar Transparencydisplay 0&lt;BR /&gt;Setvar TREEMAX 10000000&lt;BR /&gt;Setvar TRIMMODE 1&lt;BR /&gt;Setvar UCSICON 0&lt;BR /&gt;Setvar UCSAXISANG 90&lt;BR /&gt;Setvar UCSORTHO 1&lt;BR /&gt;Setvar UCSVIEW 1&lt;BR /&gt;Setvar WHIPARC 0&lt;BR /&gt;Setvar WMFBKGND 1&lt;BR /&gt;Setvar XREFCTL 0&lt;BR /&gt;Setvar ZOOMFACTOR 60&lt;BR /&gt;_CleanscreenOFF&lt;BR /&gt;^c^c^c&lt;BR /&gt;;end of script&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 11:01:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9032134#M279693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-18T11:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9032155#M279694</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; I am not sure I understand what you are suggesting&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You are running a scriptfile inside AutoCAD (in that case you should add the LISP from LeeMac shown in post 5).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I'm referring to is to start AutoCAD using the /p parameter with an ARG-file, no script needed here at all to get settings for AutoCAD you specified (and exported as ARG file from command &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_OPTIONS&lt;/FONT&gt;&lt;/STRONG&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Start parameters in AutoCAD: &lt;A href="http://help.autodesk.com/view/ACD/2020/ENU/?guid=GUID-8E54B6EC-5B52-4F62-B7FC-0D4E1EDF093A" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;details&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Exporting profile: &lt;A href="https://knowledge.autodesk.com/support/autocad/getting-started/caas/CloudHelp/cloudhelp/2019/ENU/AutoCAD-Core/files/GUID-59EB0CD9-63AB-4A72-A02C-E7A447A8F729-htm.html" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;click&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Import and Export settings (also a way to go): &lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-manually-transfer-AutoCAD-user-settings.html" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;click&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 11:10:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9032155#M279694</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-09-18T11:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: screen colors with script</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9032158#M279695</link>
      <description>&lt;P&gt;Why are you still trying to use a script?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You've got seasoned AutoCAD veterans telling you that a profile is the way to go. You would be done by now.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 11:11:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/screen-colors-with-script/m-p/9032158#M279695</guid>
      <dc:creator>RobDraw</dc:creator>
      <dc:date>2019-09-18T11:11:59Z</dc:date>
    </item>
  </channel>
</rss>

