<?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: in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297921#M69624</link>
    <description>Hi Driss,&lt;BR /&gt;
&lt;BR /&gt;
If you decide to do this, then keep in mind that other developers may have&lt;BR /&gt;
done exactly the same thing and you will end up conflicting with their&lt;BR /&gt;
intentions.&lt;BR /&gt;
&lt;BR /&gt;
You may care to write you code to store the value of User1 and provide to&lt;BR /&gt;
restore the previous value if you use poorly written add on software.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Driss" &lt;REMOVEME.NDROOP&gt; wrote in message&lt;BR /&gt;
news:F94DC613AAFB3211EA2490CB331A227C@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi Laurie and Mike,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thank's for your answers, i have found also an other way to have a shorter&lt;BR /&gt;
&amp;gt; Lisp line command, 'cleaner' than a very long line of lisp command :&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; 1) Put your Lisp command in one of the USERS variable (for example :&lt;BR /&gt;
USERS1)&lt;BR /&gt;
&amp;gt; :&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; 2) Thisdrawing.sendcommand "(EVAL (READ (GETVAR ""USERS1"")))" &amp;amp; chr(13)&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; -&amp;gt; Don't forget to change all """ character by " (chr 34)"&lt;BR /&gt;
&amp;gt; ...&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; But i'm going to try what you have suggested.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Driss.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Laurie Comerford" &lt;LAURIE&gt; a écrit dans le message de&lt;BR /&gt;
news:&lt;BR /&gt;
&amp;gt; FFA5834CB074D6012D3744D05F459FD0@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; Hi Mike,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Richard Binning from the AUGI group obviously has an excellent indexing&lt;BR /&gt;
&amp;gt; &amp;gt; system and James Chung deserves the credit for the original process.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Laurie Comerford&lt;BR /&gt;
&amp;gt; &amp;gt; CADApps&lt;BR /&gt;
&amp;gt; &amp;gt; www.cadapps.com.au&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; "Neither "Nomutt" nor "cmdecho" completely silence the command prompt.&lt;BR /&gt;
&amp;gt; &amp;gt; An interesting message was posted on Autodesk's VBA NG from James Chung&lt;BR /&gt;
&amp;gt; &amp;gt; about suppressing the SendCommand output:&lt;BR /&gt;
&amp;gt; &amp;gt; You can silence the response by wrapping your desired function in a&lt;BR /&gt;
quick&lt;BR /&gt;
&amp;gt; &amp;gt; and dirty lisp routine&lt;BR /&gt;
&amp;gt; &amp;gt; and then call it using the following sequence:&lt;BR /&gt;
&amp;gt; &amp;gt; ThisDrawing.SendCommand"(MyLispCommand)"&lt;BR /&gt;
&amp;gt; &amp;gt; and define your lisp command itself like this:&lt;BR /&gt;
&amp;gt; &amp;gt; (defun MyLispCommand (/n)&lt;BR /&gt;
&amp;gt; &amp;gt; (setq n (strlen "COMMAND: (MyLispCommand) "))&lt;BR /&gt;
&amp;gt; &amp;gt; (repeat n(prompt(chr 8)))&lt;BR /&gt;
&amp;gt; &amp;gt; (repeat n(prompt(chr 32)))&lt;BR /&gt;
&amp;gt; &amp;gt; (princ)&lt;BR /&gt;
&amp;gt; &amp;gt; ;;place your code here&lt;BR /&gt;
&amp;gt; &amp;gt; )&lt;BR /&gt;
&amp;gt; &amp;gt; This construct will quickly replace the output at the command line with&lt;BR /&gt;
&amp;gt; &amp;gt; spaces long enough to cover the function name.&lt;BR /&gt;
&amp;gt; &amp;gt; Use it as you see fit....&lt;BR /&gt;
&amp;gt; &amp;gt; Thanks,&lt;BR /&gt;
&amp;gt; &amp;gt; Richard Binning&lt;BR /&gt;
&amp;gt; &amp;gt; CADD Coordinator&lt;BR /&gt;
&amp;gt; &amp;gt; The Haskell Company&lt;BR /&gt;
&amp;gt; &amp;gt; Haskell Building&lt;BR /&gt;
&amp;gt; &amp;gt; Jacksonville, FL 32231-4100&lt;BR /&gt;
&amp;gt; &amp;gt; (904) 357-4855&lt;BR /&gt;
&amp;gt; &amp;gt; (904) 791-4697 Fax&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &lt;SNIP&gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SNIP&gt;&lt;/LAURIE&gt;&lt;/REMOVEME.NDROOP&gt;</description>
    <pubDate>Mon, 28 Oct 2002 00:26:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-10-28T00:26:12Z</dc:date>
    <item>
      <title>Command line invisible with SendCommand ?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297914#M69617</link>
      <description>Hello everybody,&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to make invisible the command lines sent by 'SendCommand' ?&lt;BR /&gt;
&lt;BR /&gt;
'CMDECHO' variable works only on the results of a command.&lt;BR /&gt;
&lt;BR /&gt;
Thank you&lt;BR /&gt;
&lt;BR /&gt;
Driss.</description>
      <pubDate>Wed, 16 Oct 2002 08:51:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297914#M69617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-10-16T08:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Command line invisible with SendCommand ?</title>
      <link>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297915#M69618</link>
      <description>Hi Driss,&lt;BR /&gt;
&lt;BR /&gt;
I have a vague memory of a process whereby you effectively back spaced to&lt;BR /&gt;
the start of the command line and then wrote blanks over the text sent by&lt;BR /&gt;
Send command.  I've just spent an hour with a Google search of the NG&lt;BR /&gt;
without finding it though.&lt;BR /&gt;
&lt;BR /&gt;
A system variable NOMUTT showed up, but all it seems to do is hide the word&lt;BR /&gt;
"Command" in the command line.&lt;BR /&gt;
&lt;BR /&gt;
I (and many others) want this capability as well- so where are the experts ?&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Driss" &lt;REMOVEME.NDROOP&gt; wrote in message&lt;BR /&gt;
news:8A3F0FDC3870F10FF3514C257DEF3813@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hello everybody,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Is there a way to make invisible the command lines sent by 'SendCommand' ?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; 'CMDECHO' variable works only on the results of a command.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thank you&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Driss.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/REMOVEME.NDROOP&gt;</description>
      <pubDate>Thu, 24 Oct 2002 14:35:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297915#M69618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-10-24T14:35:51Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297916#M69619</link>
      <description>Well I'm not sure how high up in the expert category I fall, but lets &lt;BR /&gt;
see...&lt;BR /&gt;
&lt;BR /&gt;
First off, you don't want NOMUTT. It is used as a debugger - I find it &lt;BR /&gt;
particularly useful with lisp. Second, you could try experimenting with &lt;BR /&gt;
EXPERT. It runs from 0 to 5 and eliminates lots of the command prompts &lt;BR /&gt;
for commands. Can't remember off hand which turns off the most, 0 or 5. &lt;BR /&gt;
But, I would highly doubt that it'll produce what you want.&lt;BR /&gt;
&lt;BR /&gt;
To play devil's advocate, if you are using 2000+ I'd recommend &lt;BR /&gt;
revisiting your code. I've never had to resort to the sendcommand since &lt;BR /&gt;
the R14 days. Usually it is as a last resort because you can't figure &lt;BR /&gt;
any other way around what you are trying to do. Maybe try posting a &lt;BR /&gt;
question, and/or a snippet of code, and see if we can help you avoid the &lt;BR /&gt;
sendcommand altogether. If nothing else, email me your code directly and &lt;BR /&gt;
I'll see what I can do to help you.&lt;BR /&gt;
&lt;BR /&gt;
Mike&lt;BR /&gt;
&lt;BR /&gt;
===============================&lt;BR /&gt;
Mike Tuersley&lt;BR /&gt;
PhD @ CADalyst's AutoCAD Clinic&lt;BR /&gt;
http://www.cadonline.com&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Hi Driss,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; I have a vague memory of a process whereby you effectively back spaced to&lt;BR /&gt;
&amp;gt; the start of the command line and then wrote blanks over the text sent by&lt;BR /&gt;
&amp;gt; Send command.  I've just spent an hour with a Google search of the NG&lt;BR /&gt;
&amp;gt; without finding it though.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; A system variable NOMUTT showed up, but all it seems to do is hide the word&lt;BR /&gt;
&amp;gt; "Command" in the command line.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; I (and many others) want this capability as well- so where are the experts ?&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Laurie Comerford&lt;BR /&gt;
&amp;gt; CADApps&lt;BR /&gt;
&amp;gt; www.cadapps.com.au&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; "Driss" &lt;REMOVEME.NDROOP&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:8A3F0FDC3870F10FF3514C257DEF3813@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; Hello everybody,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Is there a way to make invisible the command lines sent by 'SendCommand' ?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; 'CMDECHO' variable works only on the results of a command.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thank you&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Driss.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt;&lt;/REMOVEME.NDROOP&gt;</description>
      <pubDate>Thu, 24 Oct 2002 18:40:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297916#M69619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-10-24T18:40:54Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297917#M69620</link>
      <description>Hi Mike,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the offer.&lt;BR /&gt;
&lt;BR /&gt;
My situation is that I'm providing an interface to an existing VLX code for&lt;BR /&gt;
which I don't have the source.&lt;BR /&gt;
&lt;BR /&gt;
The intention is to use the interface to ensure the user goes through the&lt;BR /&gt;
licensing system i.e. we do not want the user to be able to see the calls to&lt;BR /&gt;
the VLX program and bypass the VBA code which provides the security.&lt;BR /&gt;
&lt;BR /&gt;
In general terms we have both lots of code in place and it's only a couple&lt;BR /&gt;
of hours c.f. rewriting the lisp in VBA, or writing the VBA in lisp.&lt;BR /&gt;
&lt;BR /&gt;
I don't think I can call the Lisp functions from VBA without Sendcommand.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to do that ?&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Mike Tuersley" &lt;MIKE.TUERSLEY&gt; wrote in message&lt;BR /&gt;
news:MPG.1822792bd89812e09896a4@discussion.autodesk.com...&lt;BR /&gt;
&amp;gt; Well I'm not sure how high up in the expert category I fall, but lets&lt;BR /&gt;
&amp;gt; see...&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; First off, you don't want NOMUTT. It is used as a debugger - I find it&lt;BR /&gt;
&amp;gt; particularly useful with lisp. Second, you could try experimenting with&lt;BR /&gt;
&amp;gt; EXPERT. It runs from 0 to 5 and eliminates lots of the command prompts&lt;BR /&gt;
&amp;gt; for commands. Can't remember off hand which turns off the most, 0 or 5.&lt;BR /&gt;
&amp;gt; But, I would highly doubt that it'll produce what you want.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; To play devil's advocate, if you are using 2000+ I'd recommend&lt;BR /&gt;
&amp;gt; revisiting your code. I've never had to resort to the sendcommand since&lt;BR /&gt;
&amp;gt; the R14 days. Usually it is as a last resort because you can't figure&lt;BR /&gt;
&amp;gt; any other way around what you are trying to do. Maybe try posting a&lt;BR /&gt;
&amp;gt; question, and/or a snippet of code, and see if we can help you avoid the&lt;BR /&gt;
&amp;gt; sendcommand altogether. If nothing else, email me your code directly and&lt;BR /&gt;
&amp;gt; I'll see what I can do to help you.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Mike&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; ===============================&lt;BR /&gt;
&amp;gt; Mike Tuersley&lt;BR /&gt;
&amp;gt; PhD @ CADalyst's AutoCAD Clinic&lt;BR /&gt;
&amp;gt; http://www.cadonline.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Hi Driss,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I have a vague memory of a process whereby you effectively back spaced&lt;BR /&gt;
to&lt;BR /&gt;
&amp;gt; &amp;gt; the start of the command line and then wrote blanks over the text sent&lt;BR /&gt;
by&lt;BR /&gt;
&amp;gt; &amp;gt; Send command.  I've just spent an hour with a Google search of the NG&lt;BR /&gt;
&amp;gt; &amp;gt; without finding it though.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; A system variable NOMUTT showed up, but all it seems to do is hide the&lt;BR /&gt;
word&lt;BR /&gt;
&amp;gt; &amp;gt; "Command" in the command line.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I (and many others) want this capability as well- so where are the&lt;BR /&gt;
experts ?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Laurie Comerford&lt;BR /&gt;
&amp;gt; &amp;gt; CADApps&lt;BR /&gt;
&amp;gt; &amp;gt; www.cadapps.com.au&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; "Driss" &lt;REMOVEME.NDROOP&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; news:8A3F0FDC3870F10FF3514C257DEF3813@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Hello everybody,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Is there a way to make invisible the command lines sent by&lt;BR /&gt;
'SendCommand' ?&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; 'CMDECHO' variable works only on the results of a command.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Thank you&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Driss.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;/REMOVEME.NDROOP&gt;&lt;/MIKE.TUERSLEY&gt;</description>
      <pubDate>Thu, 24 Oct 2002 22:51:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297917#M69620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-10-24T22:51:48Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297918#M69621</link>
      <description>Hi Laurie!&lt;BR /&gt;
&lt;BR /&gt;
I didn't realize it was your post. To answer your question, have you &lt;BR /&gt;
tried ACADX.COM? Frank O. has an extension called VLAX [I believe] that &lt;BR /&gt;
allows communication from vb/a to lisp. There are some limitations but I &lt;BR /&gt;
can't recall the specifics.&lt;BR /&gt;
&lt;BR /&gt;
HTH&lt;BR /&gt;
Mike&lt;BR /&gt;
&lt;BR /&gt;
===============================&lt;BR /&gt;
Mike Tuersley&lt;BR /&gt;
PhD @ CADalyst's AutoCAD Clinic&lt;BR /&gt;
http://www.cadonline.com</description>
      <pubDate>Fri, 25 Oct 2002 11:55:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297918#M69621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-10-25T11:55:41Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297919#M69622</link>
      <description>Hi Mike,&lt;BR /&gt;
&lt;BR /&gt;
Richard Binning from the AUGI group obviously has an excellent indexing&lt;BR /&gt;
system and James Chung deserves the credit for the original process.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Neither "Nomutt" nor "cmdecho" completely silence the command prompt.&lt;BR /&gt;
An interesting message was posted on Autodesk's VBA NG from James Chung&lt;BR /&gt;
about suppressing the SendCommand output:&lt;BR /&gt;
You can silence the response by wrapping your desired function in a quick&lt;BR /&gt;
and dirty lisp routine&lt;BR /&gt;
and then call it using the following sequence:&lt;BR /&gt;
ThisDrawing.SendCommand"(MyLispCommand)"&lt;BR /&gt;
and define your lisp command itself like this:&lt;BR /&gt;
(defun MyLispCommand (/n)&lt;BR /&gt;
(setq n (strlen "COMMAND: (MyLispCommand) "))&lt;BR /&gt;
(repeat n(prompt(chr 8)))&lt;BR /&gt;
(repeat n(prompt(chr 32)))&lt;BR /&gt;
(princ)&lt;BR /&gt;
;;place your code here&lt;BR /&gt;
)&lt;BR /&gt;
This construct will quickly replace the output at the command line with&lt;BR /&gt;
spaces long enough to cover the function name.&lt;BR /&gt;
Use it as you see fit....&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Richard Binning&lt;BR /&gt;
CADD Coordinator&lt;BR /&gt;
The Haskell Company&lt;BR /&gt;
Haskell Building&lt;BR /&gt;
Jacksonville, FL 32231-4100&lt;BR /&gt;
(904) 357-4855&lt;BR /&gt;
(904) 791-4697 Fax&lt;BR /&gt;
&lt;BR /&gt;
&lt;SNIP&gt;&lt;/SNIP&gt;</description>
      <pubDate>Sun, 27 Oct 2002 01:29:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297919#M69622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-10-27T01:29:02Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297920#M69623</link>
      <description>Hi Laurie and Mike,&lt;BR /&gt;
&lt;BR /&gt;
Thank's for your answers, i have found also an other way to have a shorter&lt;BR /&gt;
Lisp line command, 'cleaner' than a very long line of lisp command :&lt;BR /&gt;
&lt;BR /&gt;
1) Put your Lisp command in one of the USERS variable (for example : USERS1)&lt;BR /&gt;
:&lt;BR /&gt;
&lt;BR /&gt;
2) Thisdrawing.sendcommand "(EVAL (READ (GETVAR ""USERS1"")))" &amp;amp; chr(13)&lt;BR /&gt;
&lt;BR /&gt;
-&amp;gt; Don't forget to change all """ character by " (chr 34)"&lt;BR /&gt;
...&lt;BR /&gt;
&lt;BR /&gt;
But i'm going to try what you have suggested.&lt;BR /&gt;
&lt;BR /&gt;
Driss.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Laurie Comerford" &lt;LAURIE&gt; a écrit dans le message de news:&lt;BR /&gt;
FFA5834CB074D6012D3744D05F459FD0@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi Mike,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Richard Binning from the AUGI group obviously has an excellent indexing&lt;BR /&gt;
&amp;gt; system and James Chung deserves the credit for the original process.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Laurie Comerford&lt;BR /&gt;
&amp;gt; CADApps&lt;BR /&gt;
&amp;gt; www.cadapps.com.au&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Neither "Nomutt" nor "cmdecho" completely silence the command prompt.&lt;BR /&gt;
&amp;gt; An interesting message was posted on Autodesk's VBA NG from James Chung&lt;BR /&gt;
&amp;gt; about suppressing the SendCommand output:&lt;BR /&gt;
&amp;gt; You can silence the response by wrapping your desired function in a quick&lt;BR /&gt;
&amp;gt; and dirty lisp routine&lt;BR /&gt;
&amp;gt; and then call it using the following sequence:&lt;BR /&gt;
&amp;gt; ThisDrawing.SendCommand"(MyLispCommand)"&lt;BR /&gt;
&amp;gt; and define your lisp command itself like this:&lt;BR /&gt;
&amp;gt; (defun MyLispCommand (/n)&lt;BR /&gt;
&amp;gt; (setq n (strlen "COMMAND: (MyLispCommand) "))&lt;BR /&gt;
&amp;gt; (repeat n(prompt(chr 8)))&lt;BR /&gt;
&amp;gt; (repeat n(prompt(chr 32)))&lt;BR /&gt;
&amp;gt; (princ)&lt;BR /&gt;
&amp;gt; ;;place your code here&lt;BR /&gt;
&amp;gt; )&lt;BR /&gt;
&amp;gt; This construct will quickly replace the output at the command line with&lt;BR /&gt;
&amp;gt; spaces long enough to cover the function name.&lt;BR /&gt;
&amp;gt; Use it as you see fit....&lt;BR /&gt;
&amp;gt; Thanks,&lt;BR /&gt;
&amp;gt; Richard Binning&lt;BR /&gt;
&amp;gt; CADD Coordinator&lt;BR /&gt;
&amp;gt; The Haskell Company&lt;BR /&gt;
&amp;gt; Haskell Building&lt;BR /&gt;
&amp;gt; Jacksonville, FL 32231-4100&lt;BR /&gt;
&amp;gt; (904) 357-4855&lt;BR /&gt;
&amp;gt; (904) 791-4697 Fax&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; &lt;SNIP&gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SNIP&gt;&lt;/LAURIE&gt;</description>
      <pubDate>Sun, 27 Oct 2002 15:03:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297920#M69623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-10-27T15:03:37Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297921#M69624</link>
      <description>Hi Driss,&lt;BR /&gt;
&lt;BR /&gt;
If you decide to do this, then keep in mind that other developers may have&lt;BR /&gt;
done exactly the same thing and you will end up conflicting with their&lt;BR /&gt;
intentions.&lt;BR /&gt;
&lt;BR /&gt;
You may care to write you code to store the value of User1 and provide to&lt;BR /&gt;
restore the previous value if you use poorly written add on software.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Driss" &lt;REMOVEME.NDROOP&gt; wrote in message&lt;BR /&gt;
news:F94DC613AAFB3211EA2490CB331A227C@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi Laurie and Mike,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thank's for your answers, i have found also an other way to have a shorter&lt;BR /&gt;
&amp;gt; Lisp line command, 'cleaner' than a very long line of lisp command :&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; 1) Put your Lisp command in one of the USERS variable (for example :&lt;BR /&gt;
USERS1)&lt;BR /&gt;
&amp;gt; :&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; 2) Thisdrawing.sendcommand "(EVAL (READ (GETVAR ""USERS1"")))" &amp;amp; chr(13)&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; -&amp;gt; Don't forget to change all """ character by " (chr 34)"&lt;BR /&gt;
&amp;gt; ...&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; But i'm going to try what you have suggested.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Driss.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Laurie Comerford" &lt;LAURIE&gt; a écrit dans le message de&lt;BR /&gt;
news:&lt;BR /&gt;
&amp;gt; FFA5834CB074D6012D3744D05F459FD0@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; Hi Mike,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Richard Binning from the AUGI group obviously has an excellent indexing&lt;BR /&gt;
&amp;gt; &amp;gt; system and James Chung deserves the credit for the original process.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Laurie Comerford&lt;BR /&gt;
&amp;gt; &amp;gt; CADApps&lt;BR /&gt;
&amp;gt; &amp;gt; www.cadapps.com.au&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; "Neither "Nomutt" nor "cmdecho" completely silence the command prompt.&lt;BR /&gt;
&amp;gt; &amp;gt; An interesting message was posted on Autodesk's VBA NG from James Chung&lt;BR /&gt;
&amp;gt; &amp;gt; about suppressing the SendCommand output:&lt;BR /&gt;
&amp;gt; &amp;gt; You can silence the response by wrapping your desired function in a&lt;BR /&gt;
quick&lt;BR /&gt;
&amp;gt; &amp;gt; and dirty lisp routine&lt;BR /&gt;
&amp;gt; &amp;gt; and then call it using the following sequence:&lt;BR /&gt;
&amp;gt; &amp;gt; ThisDrawing.SendCommand"(MyLispCommand)"&lt;BR /&gt;
&amp;gt; &amp;gt; and define your lisp command itself like this:&lt;BR /&gt;
&amp;gt; &amp;gt; (defun MyLispCommand (/n)&lt;BR /&gt;
&amp;gt; &amp;gt; (setq n (strlen "COMMAND: (MyLispCommand) "))&lt;BR /&gt;
&amp;gt; &amp;gt; (repeat n(prompt(chr 8)))&lt;BR /&gt;
&amp;gt; &amp;gt; (repeat n(prompt(chr 32)))&lt;BR /&gt;
&amp;gt; &amp;gt; (princ)&lt;BR /&gt;
&amp;gt; &amp;gt; ;;place your code here&lt;BR /&gt;
&amp;gt; &amp;gt; )&lt;BR /&gt;
&amp;gt; &amp;gt; This construct will quickly replace the output at the command line with&lt;BR /&gt;
&amp;gt; &amp;gt; spaces long enough to cover the function name.&lt;BR /&gt;
&amp;gt; &amp;gt; Use it as you see fit....&lt;BR /&gt;
&amp;gt; &amp;gt; Thanks,&lt;BR /&gt;
&amp;gt; &amp;gt; Richard Binning&lt;BR /&gt;
&amp;gt; &amp;gt; CADD Coordinator&lt;BR /&gt;
&amp;gt; &amp;gt; The Haskell Company&lt;BR /&gt;
&amp;gt; &amp;gt; Haskell Building&lt;BR /&gt;
&amp;gt; &amp;gt; Jacksonville, FL 32231-4100&lt;BR /&gt;
&amp;gt; &amp;gt; (904) 357-4855&lt;BR /&gt;
&amp;gt; &amp;gt; (904) 791-4697 Fax&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &lt;SNIP&gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SNIP&gt;&lt;/LAURIE&gt;&lt;/REMOVEME.NDROOP&gt;</description>
      <pubDate>Mon, 28 Oct 2002 00:26:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297921#M69624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-10-28T00:26:12Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297922#M69625</link>
      <description>That's right ... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thank's anyway&lt;BR /&gt;
&lt;BR /&gt;
Driss.&lt;BR /&gt;
&lt;BR /&gt;
"Laurie Comerford" &lt;LAURIE&gt; a écrit dans le message de news:&lt;BR /&gt;
16DF1320E1FFA33CB21FEC576BA4EA5F@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi Driss,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; If you decide to do this, then keep in mind that other developers may have&lt;BR /&gt;
&amp;gt; done exactly the same thing and you will end up conflicting with their&lt;BR /&gt;
&amp;gt; intentions.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; You may care to write you code to store the value of User1 and provide to&lt;BR /&gt;
&amp;gt; restore the previous value if you use poorly written add on software.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Laurie Comerford&lt;BR /&gt;
&amp;gt; CADApps&lt;BR /&gt;
&amp;gt; www.cadapps.com.au&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Driss" &lt;REMOVEME.NDROOP&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:F94DC613AAFB3211EA2490CB331A227C@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; Hi Laurie and Mike,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thank's for your answers, i have found also an other way to have a&lt;BR /&gt;
shorter&lt;BR /&gt;
&amp;gt; &amp;gt; Lisp line command, 'cleaner' than a very long line of lisp command :&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; 1) Put your Lisp command in one of the USERS variable (for example :&lt;BR /&gt;
&amp;gt; USERS1)&lt;BR /&gt;
&amp;gt; &amp;gt; :&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; 2) Thisdrawing.sendcommand "(EVAL (READ (GETVAR ""USERS1"")))" &amp;amp; chr(13)&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; -&amp;gt; Don't forget to change all """ character by " (chr 34)"&lt;BR /&gt;
&amp;gt; &amp;gt; ...&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; But i'm going to try what you have suggested.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Driss.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; "Laurie Comerford" &lt;LAURIE&gt; a écrit dans le message de&lt;BR /&gt;
&amp;gt; news:&lt;BR /&gt;
&amp;gt; &amp;gt; FFA5834CB074D6012D3744D05F459FD0@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Hi Mike,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Richard Binning from the AUGI group obviously has an excellent&lt;BR /&gt;
indexing&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; system and James Chung deserves the credit for the original process.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Laurie Comerford&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; CADApps&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; www.cadapps.com.au&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; "Neither "Nomutt" nor "cmdecho" completely silence the command prompt.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; An interesting message was posted on Autodesk's VBA NG from James&lt;BR /&gt;
Chung&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; about suppressing the SendCommand output:&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; You can silence the response by wrapping your desired function in a&lt;BR /&gt;
&amp;gt; quick&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; and dirty lisp routine&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; and then call it using the following sequence:&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; ThisDrawing.SendCommand"(MyLispCommand)"&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; and define your lisp command itself like this:&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; (defun MyLispCommand (/n)&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; (setq n (strlen "COMMAND: (MyLispCommand) "))&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; (repeat n(prompt(chr 8)))&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; (repeat n(prompt(chr 32)))&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; (princ)&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; ;;place your code here&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; )&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; This construct will quickly replace the output at the command line&lt;BR /&gt;
with&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; spaces long enough to cover the function name.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Use it as you see fit....&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Thanks,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Richard Binning&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; CADD Coordinator&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; The Haskell Company&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Haskell Building&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Jacksonville, FL 32231-4100&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; (904) 357-4855&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; (904) 791-4697 Fax&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;SNIP&gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/SNIP&gt;&lt;/LAURIE&gt;&lt;/REMOVEME.NDROOP&gt;&lt;/LAURIE&gt;</description>
      <pubDate>Mon, 28 Oct 2002 11:11:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/command-line-invisible-with-sendcommand/m-p/297922#M69625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-10-28T11:11:10Z</dc:date>
    </item>
  </channel>
</rss>

