Results 1 to 3 of 3

Thread: Commandline Appload?

  1. #1
    100 Club jonathanschade's Avatar
    Join Date
    2002-05
    Posts
    123

    Question Commandline Appload?

    I am stumped. I have inherited a group of Tool Pallets a couple are broken. Here is what a typically broke tool looks like:

    ^c^c_-Layer;s;E-Text;;_appload “Y/2012/Support Files/Lisp/qb.lsp”;qb

    As near as I can figure it is breaking at “_appload” This should bring up the commandline Appload but it seems to have been removed from 2012. I have tried to input this manually and I get the same break.

    What am I missing? Has Autodesk provided another way for scripting – running commands at the Command Line?

    I could really use some help.

    Thanks in advance.
    Jonathan R. Schade
    CADD Manager
    Seattle, WA

  2. #2
    100 Club hofcad's Avatar
    Join Date
    2005-09
    Posts
    111

    Default Re: Commandline Appload?

    If your path is Y\2012\Support Files\Lisp\qb.lsp
    Try:
    Code:
    ^c^c_-Layer;s;E-Text;;(load “Y/2012/Support Files/Lisp/qb.lsp”);qb
    If your path is Y:\2012\Support Files\Lisp\qb.lsp
    Try:
    Code:
    ^c^c_-Layer;s;E-Text;;(load “Y:/2012/Support Files/Lisp/qb.lsp”);qb
    Regards HofCAD CSI

  3. #3
    100 Club jonathanschade's Avatar
    Join Date
    2002-05
    Posts
    123

    Thumbs up Re: Commandline Appload?

    Thanks for the help. It works well.
    Jonathan R. Schade
    CADD Manager
    Seattle, WA

Similar Threads

  1. Stupid Question (I think). ADEQUERY on commandline?
    By Maastricht in forum AutoCAD Map 3D - General
    Replies: 1
    Last Post: 2010-03-12, 11:32 AM
  2. editing a block attribute through commandline only.
    By nis.194227 in forum AutoCAD Customization
    Replies: 1
    Last Post: 2008-11-17, 01:56 PM
  3. 2006 crosshair commandline
    By jsnow in forum AutoCAD General
    Replies: 2
    Last Post: 2008-11-06, 08:59 PM
  4. APPLOAD
    By ifaller in forum AutoLISP
    Replies: 2
    Last Post: 2008-06-07, 08:45 PM
  5. Opening Drawing files from commandline...
    By Chris Matira in forum AutoCAD General
    Replies: 3
    Last Post: 2005-12-07, 07:22 AM

Tags for this Thread

Posting Permissions

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