custom button - word

Discussion in 'AutoCAD' started by lines, May 3, 2006.

  1. lines

    lines Guest

    heello....

    I found a need for a quick open to 'Word', but code didnt work;; it
    is for a quick-custom-button.
    This worked for Notepad : : (after being in the custom button area)
    C^C^(startapp "notepad.exe")
    I did the same for Word: : C^C^(startapp "winword.exe") no joy.

    O/S is win98se.

    thumbs up..........
     
    lines, May 3, 2006
    #1
  2. lines

    Greg Young Guest

    You will need to specify the direct path to winword.exe

    This worked on my machine:

    (startapp "c:\\program files\\microsoft office\\office10\\winword.exe")

    You may have to change the path though.

    Greg
     
    Greg Young, May 3, 2006
    #2
  3. lines

    Joe Guest

    If you have a shortcut to Word on your desktop or in the Windows folder,
    open its Properties and insert a letter (W?) in the Shortcut Key field.
    Word will then open with Ctrl-Alt-W at any time in or out of any
    application.
     
    Joe, May 3, 2006
    #3
  4. lines

    Pete Guest

    I tried that on mine (2007) and the command prompt gets stuck at (startapp
    c:
    Apparently, it's confused by the c:, looking for a command?

    Pete
     
    Pete, May 5, 2006
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.