Jump to content

Recommended Posts

Posted

I am looking for a shortcut to open and run a program using only a simple command. I have the program on my command bar but I'm looking for a simpler way of doing it. I have been reading up on the whole Lisp writing and personally having a tough time with it. I figured by the time I learn how to write it I could be old and grey. Do any of you Guru's think you can help me?:unsure:

Posted

If it's an external application, here's a primer

(defun c:excel ()
(startapp "\"C:\\Program Files\\Microsoft Office\\Office\\excel.exe\"")
)

Posted

Hi lisplost,

If the example posted by lpseifert is not exactly what you are looking for, could you give us some more details of what you are trying to open or run? Is it an arx function, an exe file, or what type of file? Glad to help before your hair turns gray.

 

Terry

Posted
If it's an external application, here's a primer

(defun c:excel ()
(startapp "\"C:\\Program Files\\Microsoft Office\\Office\\excel.exe\"")
)

btw, you could just add a tag in your pgp.

WORD, START WINWORD, 1,,

IE, START IEXPLORE, 1,,

Posted

I am looking to start and run a batch program that we use to do multiple prints and make changes to a mass of drawings.

Posted
I am looking to start and run a batch program that we use to do multiple prints and make changes to a mass of drawings.

look into EZscript pro.

Posted

Thanks everyone. I think we have it figured out!

  • 1 month later...
Posted

Okay this is very similar to what I mentioned before. This time we are creating sheets or page sets within a drawing. Using '09 we are able to add the button at the top for every new type of drawing we want. Well instead of always hunting down a list of drawing templates we want to type a simple command. Such as newe05 and have the new drawing template open from there we can do whatever. I know there are other ways of doing this always, using a drop down menu but that is what we want to get away from. Any suggestions on how to write this? If you would explaine how and why then I might be able to understand and learn this a little easier. Thanks so much!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...