Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Is there a way of using appload without the dialog box?

  1. #11
    AUGI Addict kennet.sjoberg's Avatar
    Join Date
    2002-05
    Posts
    1,706

    Default Re: Is there a way of using appload without the dialog box?

    Quote Originally Posted by kennet.sjoberg
    Have you tried LoadARX ?

    : ) Happy Computing !

    kennet
    Sorry, I must correct myself
    (arxLoad "MyDrive:\\MyPath\\MyFile.dbx" )

    : )Happy Computing !

    kennet

  2. #12
    100 Club Ferroequine's Avatar
    Join Date
    2000-12
    Posts
    144

    Default Re: Is there a way of using appload without the dialog box?

    Quote Originally Posted by tyeelaw13
    If you type in _appload it brings up the dialog box, -appload gives you unknown command, and 'appload tells you that that command can't be invoked transparently, so I'm thinking it won't work. Does putting the lisp in your startup suite, and making sure the load acad.lsp with every drawing box is checked in the options dialog box not work for what you are trying to do?
    Putting the DBX in the startup suite is not an option when you're dealing with a whole shwack of networked computers.

    It looks like adding the DBX extension in the ARXLOAD command does the trick. Thanks Kennet!

  3. #13
    AUGI Addict kennet.sjoberg's Avatar
    Join Date
    2002-05
    Posts
    1,706

    Default Re: Is there a way of using appload without the dialog box?

    Quote Originally Posted by vwehnes
    . . .It looks like adding the DBX extension in the ARXLOAD command does the trick. Thanks Kennet!
    You are welcome

    : ) Happy Computing !

    kennet
    <<<<---------------------- ! !

  4. #14
    Civil Engineering Moderator MHultgren's Avatar
    Join Date
    2000-12
    Location
    Clyde, NC - USA
    Posts
    1,381

    Default Re: Is there a way of using appload without the dialog box?

    If you want it to automatically load every time you open a drawing, you can create a standard ASCII txt file named acad.rx, save it in your support folder and in this file include the name of your dbx file with extension. You can also add any other ARX files that you would like loaded at startup. Each filename (with extension) needs to go on it's own line.
    Mark Hultgren
    Just a Lurker
    http://www.MKW-Ind.com
    Blog
    Socializing??

  5. #15
    Member
    Join Date
    2005-06
    Posts
    12

    Default Re: Is there a way of using appload without the dialog box?

    Hi! Just add all your lisp routine to the start up suite so you won't need to appload everytime you use your lisp program.

    Romy

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Commandline Appload?
    By jonathanschade in forum AutoLISP
    Replies: 2
    Last Post: 2011-10-14, 05:40 PM
  2. Appload won't load
    By bboss in forum AutoLISP
    Replies: 14
    Last Post: 2010-06-04, 02:03 PM
  3. appload LISP
    By cma18 in forum AutoLISP
    Replies: 9
    Last Post: 2010-02-08, 05:23 PM
  4. APPLOAD
    By ifaller in forum AutoLISP
    Replies: 2
    Last Post: 2008-06-07, 08:45 PM
  5. appload for 2005 LT
    By etorres in forum AutoCAD LT - General
    Replies: 1
    Last Post: 2005-11-02, 01:56 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
  •