Results 1 to 3 of 3

Thread: run an *.exe application from vlisp

  1. #1
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Iron Station, NC
    Posts
    3,198
    Login to Give a bone
    0

    Default run an *.exe application from vlisp

    it may not be possible, or there may be a better way of doing it. We want to be able to run an excecutable at autocad startup (specifically object enabler) without having autocad automatically look for them (wastes startup time) I have tried startapp, but I get nil as the return value

  2. #2
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: run an *.exe application from vlisp

    (startapp) should work fine. I suspect you have a syntax error.

    As an example (startapp "C:\\Program Files\\Sitesnag\\Sitesnag.exe") works fine here.
    R.K. McSwain | CAD Panacea |

  3. #3
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Iron Station, NC
    Posts
    3,198
    Login to Give a bone
    0

    Default Re: run an *.exe application from vlisp

    Quote Originally Posted by rkmcswain View Post
    (startapp) should work fine. I suspect you have a syntax error.

    As an example (startapp "C:\\Program Files\\Sitesnag\\Sitesnag.exe") works fine here.
    you're right, it does work, I had a typo in the name of the file I was trying to run.

Similar Threads

  1. Replies: 0
    Last Post: 2013-04-17, 04:22 AM
  2. vlisp help
    By rlash in forum AutoLISP
    Replies: 13
    Last Post: 2010-10-21, 07:40 PM
  3. lisp to vlisp
    By clovis in forum AutoLISP
    Replies: 4
    Last Post: 2009-01-21, 06:34 AM
  4. distance in vlisp
    By clovis in forum AutoCAD General
    Replies: 5
    Last Post: 2008-09-22, 07:54 AM
  5. Using Polar with Vlisp
    By jmcshane in forum AutoLISP
    Replies: 6
    Last Post: 2007-04-30, 05:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •